#cdd7bc
a light, soft green · cool · closest name: beige
RGB
205, 215, 188
HSL
82°, 25%, 79%
CMYK
5, 0, 13, 16
Luminance
0.6521
Every format
| HEX | #cdd7bc |
| RGB | rgb(205, 215, 188) |
| HSL | hsl(82, 25%, 79%) |
| CMYK | cmyk(5%, 0%, 13%, 16%) |
| LAB | lab(84.6 -8.2 12.2) |
| LCH | lch(84.6 14.7 123.8) |
| OKLCH | oklch(0.864 0.038 123.8) |
Copy-ready code
/* CSS */
color: #cdd7bc;
background-color: #cdd7bc;
/* Tailwind (arbitrary) */
class="text-[#cdd7bc] bg-[#cdd7bc]"
/* SCSS */
$brand: #cdd7bc;
/* SwiftUI */
Color(red: 0.804, green: 0.843, blue: 0.737)
/* Android */
Color.parseColor("#cdd7bc")Accessibility — WCAG contrast
Aa
#cdd7bc on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd7bc on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green84.3%
Blue73.7%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow12.6%
Key (black)15.7%
Color previews
#cdd7bc text on a black background
contrast 14.04:1
Card sample
#cdd7bc text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd7bc;
Background color
Panel with #cdd7bc background
background-color: #cdd7bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd7bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 215, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 215, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd7bc; background: linear-gradient(135deg, #cdd7bc, #BCD7BD);