#cdd6af
a light, soft green · cool · closest name: beige
RGB
205, 214, 175
HSL
74°, 32%, 76%
CMYK
4, 0, 18, 16
Luminance
0.6417
Every format
| HEX | #cdd6af |
| RGB | rgb(205, 214, 175) |
| HSL | hsl(74, 32%, 76%) |
| CMYK | cmyk(4%, 0%, 18%, 16%) |
| LAB | lab(84.0 -9.7 18.3) |
| LCH | lch(84.0 20.7 118.0) |
| OKLCH | oklch(0.859 0.053 118.1) |
Copy-ready code
/* CSS */
color: #cdd6af;
background-color: #cdd6af;
/* Tailwind (arbitrary) */
class="text-[#cdd6af] bg-[#cdd6af]"
/* SCSS */
$brand: #cdd6af;
/* SwiftUI */
Color(red: 0.804, green: 0.839, blue: 0.686)
/* Android */
Color.parseColor("#cdd6af")Accessibility — WCAG contrast
Aa
#cdd6af on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd6af on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green83.9%
Blue68.6%
CMYK percentages
Cyan4.2%
Magenta0.0%
Yellow18.2%
Key (black)16.1%
Color previews
#cdd6af text on a black background
contrast 13.83:1
Card sample
#cdd6af text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd6af;
Background color
Panel with #cdd6af background
background-color: #cdd6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 214, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 214, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd6af; background: linear-gradient(135deg, #cdd6af, #B3D6AF);