#cfdfcb
a light, soft green · cool · closest name: beige
RGB
207, 223, 203
HSL
108°, 24%, 84%
CMYK
7, 0, 9, 13
Luminance
0.7035
Every format
| HEX | #cfdfcb |
| RGB | rgb(207, 223, 203) |
| HSL | hsl(108, 24%, 84%) |
| CMYK | cmyk(7%, 0%, 9%, 13%) |
| LAB | lab(87.2 -9.0 8.0) |
| LCH | lch(87.2 12.0 138.4) |
| OKLCH | oklch(0.886 0.032 139.4) |
Copy-ready code
/* CSS */
color: #cfdfcb;
background-color: #cfdfcb;
/* Tailwind (arbitrary) */
class="text-[#cfdfcb] bg-[#cfdfcb]"
/* SCSS */
$brand: #cfdfcb;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.796)
/* Android */
Color.parseColor("#cfdfcb")Accessibility — WCAG contrast
Aa
#cfdfcb on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfcb on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue79.6%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow9.0%
Key (black)12.5%
Color previews
#cfdfcb text on a black background
contrast 15.07:1
Card sample
#cfdfcb text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfcb;
Background color
Panel with #cfdfcb background
background-color: #cfdfcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfcb; background: linear-gradient(135deg, #cfdfcb, #CBDFD4);