#cfdfbe
a light, soft green · cool · closest name: beige
RGB
207, 223, 190
HSL
89°, 34%, 81%
CMYK
7, 0, 15, 13
Luminance
0.6976
Every format
| HEX | #cfdfbe |
| RGB | rgb(207, 223, 190) |
| HSL | hsl(89, 34%, 81%) |
| CMYK | cmyk(7%, 0%, 15%, 13%) |
| LAB | lab(86.9 -11.2 14.4) |
| LCH | lch(86.9 18.2 127.9) |
| OKLCH | oklch(0.883 0.048 128.5) |
Copy-ready code
/* CSS */
color: #cfdfbe;
background-color: #cfdfbe;
/* Tailwind (arbitrary) */
class="text-[#cfdfbe] bg-[#cfdfbe]"
/* SCSS */
$brand: #cfdfbe;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.745)
/* Android */
Color.parseColor("#cfdfbe")Accessibility — WCAG contrast
Aa
#cfdfbe on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfbe on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue74.5%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow14.8%
Key (black)12.5%
Color previews
#cfdfbe text on a black background
contrast 14.95:1
Card sample
#cfdfbe text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfbe;
Background color
Panel with #cfdfbe background
background-color: #cfdfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfbe; background: linear-gradient(135deg, #cfdfbe, #BEDFC3);