#cdd8bc
a light, soft green · cool · closest name: beige
RGB
205, 216, 188
HSL
84°, 26%, 79%
CMYK
5, 0, 13, 15
Luminance
0.6572
Every format
| HEX | #cdd8bc |
| RGB | rgb(205, 216, 188) |
| HSL | hsl(84, 26%, 79%) |
| CMYK | cmyk(5%, 0%, 13%, 15%) |
| LAB | lab(84.8 -8.7 12.6) |
| LCH | lch(84.8 15.3 124.6) |
| OKLCH | oklch(0.866 0.040 124.7) |
Copy-ready code
/* CSS */
color: #cdd8bc;
background-color: #cdd8bc;
/* Tailwind (arbitrary) */
class="text-[#cdd8bc] bg-[#cdd8bc]"
/* SCSS */
$brand: #cdd8bc;
/* SwiftUI */
Color(red: 0.804, green: 0.847, blue: 0.737)
/* Android */
Color.parseColor("#cdd8bc")Accessibility — WCAG contrast
Aa
#cdd8bc on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd8bc on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green84.7%
Blue73.7%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow13.0%
Key (black)15.3%
Color previews
#cdd8bc text on a black background
contrast 14.14:1
Card sample
#cdd8bc text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd8bc;
Background color
Panel with #cdd8bc background
background-color: #cdd8bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd8bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 216, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 216, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd8bc; background: linear-gradient(135deg, #cdd8bc, #BCD8BE);