#cdd7c2
a light, soft green · cool · closest name: beige
RGB
205, 215, 194
HSL
89°, 21%, 80%
CMYK
5, 0, 10, 16
Luminance
0.6548
Every format
| HEX | #cdd7c2 |
| RGB | rgb(205, 215, 194) |
| HSL | hsl(89, 21%, 80%) |
| CMYK | cmyk(5%, 0%, 10%, 16%) |
| LAB | lab(84.7 -7.1 9.2) |
| LCH | lch(84.7 11.7 127.8) |
| OKLCH | oklch(0.866 0.030 127.9) |
Copy-ready code
/* CSS */
color: #cdd7c2;
background-color: #cdd7c2;
/* Tailwind (arbitrary) */
class="text-[#cdd7c2] bg-[#cdd7c2]"
/* SCSS */
$brand: #cdd7c2;
/* SwiftUI */
Color(red: 0.804, green: 0.843, blue: 0.761)
/* Android */
Color.parseColor("#cdd7c2")Accessibility — WCAG contrast
Aa
#cdd7c2 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd7c2 on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green84.3%
Blue76.1%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow9.8%
Key (black)15.7%
Color previews
#cdd7c2 text on a black background
contrast 14.10:1
Card sample
#cdd7c2 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd7c2;
Background color
Panel with #cdd7c2 background
background-color: #cdd7c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd7c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 215, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 215, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd7c2; background: linear-gradient(135deg, #cdd7c2, #C2D7C5);