#cfdbbf
a light, soft green · cool · closest name: beige
RGB
207, 219, 191
HSL
86°, 28%, 80%
CMYK
6, 0, 13, 14
Luminance
0.6769
Every format
| HEX | #cfdbbf |
| RGB | rgb(207, 219, 191) |
| HSL | hsl(86, 28%, 80%) |
| CMYK | cmyk(6%, 0%, 13%, 14%) |
| LAB | lab(85.8 -9.0 12.4) |
| LCH | lch(85.8 15.3 125.9) |
| OKLCH | oklch(0.875 0.040 126.2) |
Copy-ready code
/* CSS */
color: #cfdbbf;
background-color: #cfdbbf;
/* Tailwind (arbitrary) */
class="text-[#cfdbbf] bg-[#cfdbbf]"
/* SCSS */
$brand: #cfdbbf;
/* SwiftUI */
Color(red: 0.812, green: 0.859, blue: 0.749)
/* Android */
Color.parseColor("#cfdbbf")Accessibility — WCAG contrast
Aa
#cfdbbf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdbbf on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.9%
Blue74.9%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow12.8%
Key (black)14.1%
Color previews
#cfdbbf text on a black background
contrast 14.54:1
Card sample
#cfdbbf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdbbf;
Background color
Panel with #cfdbbf background
background-color: #cfdbbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdbbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 219, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 219, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdbbf; background: linear-gradient(135deg, #cfdbbf, #BFDBC2);