#cddaba
a light, soft green · cool · closest name: beige
RGB
205, 218, 186
HSL
84°, 30%, 79%
CMYK
6, 0, 15, 15
Luminance
0.6667
Every format
| HEX | #cddaba |
| RGB | rgb(205, 218, 186) |
| HSL | hsl(84, 30%, 79%) |
| CMYK | cmyk(6%, 0%, 15%, 15%) |
| LAB | lab(85.3 -10.0 14.3) |
| LCH | lch(85.3 17.4 125.0) |
| OKLCH | oklch(0.870 0.045 125.4) |
Copy-ready code
/* CSS */
color: #cddaba;
background-color: #cddaba;
/* Tailwind (arbitrary) */
class="text-[#cddaba] bg-[#cddaba]"
/* SCSS */
$brand: #cddaba;
/* SwiftUI */
Color(red: 0.804, green: 0.855, blue: 0.729)
/* Android */
Color.parseColor("#cddaba")Accessibility — WCAG contrast
Aa
#cddaba on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddaba on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.5%
Blue72.9%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow14.7%
Key (black)14.5%
Color previews
#cddaba text on a black background
contrast 14.33:1
Card sample
#cddaba text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddaba;
Background color
Panel with #cddaba background
background-color: #cddaba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddaba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 218, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 218, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddaba; background: linear-gradient(135deg, #cddaba, #BADABC);