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