#cfddcb
a light, soft green · cool · closest name: beige
RGB
207, 221, 203
HSL
107°, 21%, 83%
CMYK
6, 0, 8, 13
Luminance
0.6929
Every format
| HEX | #cfddcb |
| RGB | rgb(207, 221, 203) |
| HSL | hsl(107, 21%, 83%) |
| CMYK | cmyk(6%, 0%, 8%, 13%) |
| LAB | lab(86.7 -8.0 7.2) |
| LCH | lch(86.7 10.8 137.8) |
| OKLCH | oklch(0.882 0.029 138.7) |
Copy-ready code
/* CSS */
color: #cfddcb;
background-color: #cfddcb;
/* Tailwind (arbitrary) */
class="text-[#cfddcb] bg-[#cfddcb]"
/* SCSS */
$brand: #cfddcb;
/* SwiftUI */
Color(red: 0.812, green: 0.867, blue: 0.796)
/* Android */
Color.parseColor("#cfddcb")Accessibility — WCAG contrast
Aa
#cfddcb on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfddcb on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green86.7%
Blue79.6%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow8.1%
Key (black)13.3%
Color previews
#cfddcb text on a black background
contrast 14.86:1
Card sample
#cfddcb text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfddcb;
Background color
Panel with #cfddcb background
background-color: #cfddcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfddcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 221, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 221, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfddcb; background: linear-gradient(135deg, #cfddcb, #CBDDD3);