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