#CCEFCD Color Information

Hex color code: #CCEFCD

A light green shade, #CCEFCD appears as (204, 239, 205) in RGB and (122°, 52%, 87%) in HSL. It is commonly used in modern UI design.

Try:
Color NamePowder Blue
HEX
#CCEFCD
RGB
204, 239, 205
HSL
122°, 52%, 87%
CMYK
15%, 0%, 14%, 6%

Shades

CSS Usage
color: #CCEFCD;
background-color: #CCEFCD;
border-color: #CCEFCD;
box-shadow: 0 0 10px #CCEFCD;
border: 2px solid #CCEFCD;
Tailwind Usage
bg-[#CCEFCD]
text-[#CCEFCD]
border-[#CCEFCD]
shadow-[0_0_10px_CCEFCD]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #CCEFCD, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #CCEFCD; color: #000000; }

Badge

New Feature
.badge { background-color: #CCEFCD; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #CCEFCD; background-color: #CCEFCD15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #CCEFCD20; border-left: 4px solid #CCEFCD; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #CCEFCD; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #CCEFCD in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

204, 239, 205

Red: 204 / Green: 239 / Blue: 205

HSL

122°, 52%, 87%

Hue: 122° / Saturation: 52% / Lightness: 87%

CMYK

15%, 0%, 14%, 6%

Cyan: 15% / Magenta: 0% / Yellow: 14% / Key: 6%

What color is #CCEFCD?

#CCEFCD is a very light tint associated with purity and simplicity.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CCEFCD to RGB:

rgb(204, 239, 205)HEX to RGB Converter →

HEX to HSL

Convert #CCEFCD to HSL:

hsl(122, 52%, 87%)RGB to HSL Converter →

HEX to CMYK

Convert #CCEFCD to CMYK:

cmyk(15%, 0%, 14%, 6%)Color Converter →

Color Meaning and Usage

#CCEFCD is a light green color with RGB values of 204, 239, 205 and HSL of 122°, 52%, 87%. This very light tint evokes purity and simplicity, making it suitable for a common choice for dashboards and SaaS products. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #CCEFCD is #EFCDEE, creating high-contrast pairings. For softer combinations, try analogous colors like #DDEFCD.

Use #CCEFCD in CSS: color: #CCEFCD or background-color: #CCEFCD. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #CCEFCD

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 16.80:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CCEFCD?

#CCEFCD is a light green color - a very light tint that evokes purity and simplicity.

What is the RGB value of #CCEFCD?

#CCEFCD in RGB is (204, 239, 205) - 204 red, 239 green, and 205 blue.

How to use #CCEFCD in CSS?

Use #CCEFCD directly in your CSS properties like color or background-color.

What colors go well with #CCEFCD?

#EFCDEE (complementary), #DDEFCD (analogous), and #92DD95 (lighter shade) work well with #CCEFCD.