#cdd6c2
a light, soft green · cool · closest name: beige
RGB
205, 214, 194
HSL
87°, 20%, 80%
CMYK
4, 0, 9, 16
Luminance
0.6497
Every format
| HEX | #cdd6c2 |
| RGB | rgb(205, 214, 194) |
| HSL | hsl(87, 20%, 80%) |
| CMYK | cmyk(4%, 0%, 9%, 16%) |
| LAB | lab(84.5 -6.6 8.8) |
| LCH | lch(84.5 11.0 126.9) |
| OKLCH | oklch(0.864 0.029 126.9) |
Copy-ready code
/* CSS */
color: #cdd6c2;
background-color: #cdd6c2;
/* Tailwind (arbitrary) */
class="text-[#cdd6c2] bg-[#cdd6c2]"
/* SCSS */
$brand: #cdd6c2;
/* SwiftUI */
Color(red: 0.804, green: 0.839, blue: 0.761)
/* Android */
Color.parseColor("#cdd6c2")Accessibility — WCAG contrast
Aa
#cdd6c2 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd6c2 on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green83.9%
Blue76.1%
CMYK percentages
Cyan4.2%
Magenta0.0%
Yellow9.3%
Key (black)16.1%
Color previews
#cdd6c2 text on a black background
contrast 13.99:1
Card sample
#cdd6c2 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd6c2;
Background color
Panel with #cdd6c2 background
background-color: #cdd6c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd6c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 214, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 214, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd6c2; background: linear-gradient(135deg, #cdd6c2, #C2D6C4);