#cddfbe
a light, soft green · cool · closest name: beige
RGB
205, 223, 190
HSL
93°, 34%, 81%
CMYK
8, 0, 15, 13
Luminance
0.6947
Every format
| HEX | #cddfbe |
| RGB | rgb(205, 223, 190) |
| HSL | hsl(93, 34%, 81%) |
| CMYK | cmyk(8%, 0%, 15%, 13%) |
| LAB | lab(86.7 -11.9 14.2) |
| LCH | lch(86.7 18.5 130.0) |
| OKLCH | oklch(0.881 0.048 130.8) |
Copy-ready code
/* CSS */
color: #cddfbe;
background-color: #cddfbe;
/* Tailwind (arbitrary) */
class="text-[#cddfbe] bg-[#cddfbe]"
/* SCSS */
$brand: #cddfbe;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.745)
/* Android */
Color.parseColor("#cddfbe")Accessibility — WCAG contrast
Aa
#cddfbe on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddfbe on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue74.5%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow14.8%
Key (black)12.5%
Color previews
#cddfbe text on a black background
contrast 14.89:1
Card sample
#cddfbe text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddfbe;
Background color
Panel with #cddfbe background
background-color: #cddfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddfbe; background: linear-gradient(135deg, #cddfbe, #BEDFC5);