#cfdfb5
a light, soft green · cool · closest name: beige
RGB
207, 223, 181
HSL
83°, 40%, 79%
CMYK
7, 0, 19, 13
Luminance
0.6938
Every format
| HEX | #cfdfb5 |
| RGB | rgb(207, 223, 181) |
| HSL | hsl(83, 40%, 79%) |
| CMYK | cmyk(7%, 0%, 19%, 13%) |
| LAB | lab(86.7 -12.6 18.8) |
| LCH | lch(86.7 22.7 123.8) |
| OKLCH | oklch(0.881 0.059 124.6) |
Copy-ready code
/* CSS */
color: #cfdfb5;
background-color: #cfdfb5;
/* Tailwind (arbitrary) */
class="text-[#cfdfb5] bg-[#cfdfb5]"
/* SCSS */
$brand: #cfdfb5;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.710)
/* Android */
Color.parseColor("#cfdfb5")Accessibility — WCAG contrast
Aa
#cfdfb5 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfb5 on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue71.0%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow18.8%
Key (black)12.5%
Color previews
#cfdfb5 text on a black background
contrast 14.88:1
Card sample
#cfdfb5 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfb5;
Background color
Panel with #cfdfb5 background
background-color: #cfdfb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfb5; background: linear-gradient(135deg, #cfdfb5, #B5DFB7);