#CCF5BC Color Information

Hex color code: #CCF5BC

#CCF5BC is a light green color. In RGB it is (204, 245, 188), and in HSL it is (103°, 74%, 85%). It is commonly used in modern UI design.

Try:
Color NameWheat
HEX
#CCF5BC
RGB
204, 245, 188
HSL
103°, 74%, 85%
CMYK
17%, 0%, 23%, 4%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

New Feature
.badge { background-color: #CCF5BC; 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 #CCF5BC; background-color: #CCF5BC15; }

Alert / Toast

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

Link / Accent

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

a { color: #CCF5BC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

204, 245, 188

Red: 204 / Green: 245 / Blue: 188

HSL

103°, 74%, 85%

Hue: 103° / Saturation: 74% / Lightness: 85%

CMYK

17%, 0%, 23%, 4%

Cyan: 17% / Magenta: 0% / Yellow: 23% / Key: 4%

What color is #CCF5BC?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CCF5BC to RGB:

rgb(204, 245, 188)HEX to RGB Converter →

HEX to HSL

Convert #CCF5BC to HSL:

hsl(103, 74%, 85%)RGB to HSL Converter →

HEX to CMYK

Convert #CCF5BC to CMYK:

cmyk(17%, 0%, 23%, 4%)Color Converter →

Color Meaning and Usage

#CCF5BC is a ethereal green color with RGB values of 204, 245, 188 and HSL of 103°, 74%, 85%. This very light tint evokes purity and simplicity, making it suitable for often used for buttons, highlights, and accents. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #CCF5BC is #E5BCF5, creating high-contrast pairings. For softer combinations, try analogous colors like #E9F5BC.

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

Contrast with #CCF5BC

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CCF5BC?

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

What is the RGB value of #CCF5BC?

#CCF5BC in RGB is (204, 245, 188) - 204 red, 245 green, and 188 blue.

How to use #CCF5BC in CSS?

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

What colors go well with #CCF5BC?

#E5BCF5 (complementary), #E9F5BC (analogous), and #9AEB7A (lighter shade) work well with #CCF5BC.