#cfdabe
a light, soft green · cool · closest name: beige
RGB
207, 218, 190
HSL
84°, 28%, 80%
CMYK
5, 0, 13, 15
Luminance
0.6713
Every format
| HEX | #cfdabe |
| RGB | rgb(207, 218, 190) |
| HSL | hsl(84, 28%, 80%) |
| CMYK | cmyk(5%, 0%, 13%, 15%) |
| LAB | lab(85.6 -8.6 12.5) |
| LCH | lch(85.6 15.2 124.6) |
| OKLCH | oklch(0.872 0.040 124.7) |
Copy-ready code
/* CSS */
color: #cfdabe;
background-color: #cfdabe;
/* Tailwind (arbitrary) */
class="text-[#cfdabe] bg-[#cfdabe]"
/* SCSS */
$brand: #cfdabe;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.745)
/* Android */
Color.parseColor("#cfdabe")Accessibility — WCAG contrast
Aa
#cfdabe on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdabe on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue74.5%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow12.8%
Key (black)14.5%
Color previews
#cfdabe text on a black background
contrast 14.43:1
Card sample
#cfdabe text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdabe;
Background color
Panel with #cfdabe background
background-color: #cfdabe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdabe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdabe; background: linear-gradient(135deg, #cfdabe, #BEDAC0);