#cdd8af
a light, soft green · cool · closest name: beige
RGB
205, 216, 175
HSL
76°, 35%, 77%
CMYK
5, 0, 19, 15
Luminance
0.6519
Every format
| HEX | #cdd8af |
| RGB | rgb(205, 216, 175) |
| HSL | hsl(76, 35%, 77%) |
| CMYK | cmyk(5%, 0%, 19%, 15%) |
| LAB | lab(84.6 -10.7 19.0) |
| LCH | lch(84.6 21.8 119.4) |
| OKLCH | oklch(0.863 0.056 119.8) |
Copy-ready code
/* CSS */
color: #cdd8af;
background-color: #cdd8af;
/* Tailwind (arbitrary) */
class="text-[#cdd8af] bg-[#cdd8af]"
/* SCSS */
$brand: #cdd8af;
/* SwiftUI */
Color(red: 0.804, green: 0.847, blue: 0.686)
/* Android */
Color.parseColor("#cdd8af")Accessibility — WCAG contrast
Aa
#cdd8af on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd8af on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green84.7%
Blue68.6%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow19.0%
Key (black)15.3%
Color previews
#cdd8af text on a black background
contrast 14.04:1
Card sample
#cdd8af text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd8af;
Background color
Panel with #cdd8af background
background-color: #cdd8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 216, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 216, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd8af; background: linear-gradient(135deg, #cdd8af, #B2D8AF);