#CDFFC1 Color Information

Hex color code: #CDFFC1

A soft green shade, #CDFFC1 appears as (205, 255, 193) in RGB and (108°, 100%, 88%) in HSL. It is frequently seen in web interfaces.

Try:
Color NameLight Goldenrod Yellow
HEX
#CDFFC1
RGB
205, 255, 193
HSL
108°, 100%, 88%
CMYK
20%, 0%, 24%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #CDFFC1; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

205, 255, 193

Red: 205 / Green: 255 / Blue: 193

HSL

108°, 100%, 88%

Hue: 108° / Saturation: 100% / Lightness: 88%

CMYK

20%, 0%, 24%, 0%

Cyan: 20% / Magenta: 0% / Yellow: 24% / Key: 0%

What color is #CDFFC1?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CDFFC1 to RGB:

rgb(205, 255, 193)HEX to RGB Converter →

HEX to HSL

Convert #CDFFC1 to HSL:

hsl(108, 100%, 88%)RGB to HSL Converter →

HEX to CMYK

Convert #CDFFC1 to CMYK:

cmyk(20%, 0%, 24%, 0%)Color Converter →

Color Meaning and Usage

#CDFFC1 is a light green color with RGB values of 205, 255, 193 and HSL of 108°, 100%, 88%. This very light tint evokes purity and simplicity, making it suitable for typically applied in digital products. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #CDFFC1 is #F3C2FF, creating high-contrast pairings. For softer combinations, try analogous colors like #EDFFC2.

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

Contrast with #CDFFC1

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CDFFC1?

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

What is the RGB value of #CDFFC1?

#CDFFC1 in RGB is (205, 255, 193) - 205 red, 255 green, and 193 blue.

How to use #CDFFC1 in CSS?

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

What colors go well with #CDFFC1?

#F3C2FF (complementary), #EDFFC2 (analogous), and #91FF75 (lighter shade) work well with #CDFFC1.