#cfdfd8
a light, soft green · cool · closest name: silver
RGB
207, 223, 216
HSL
154°, 20%, 84%
CMYK
7, 0, 3, 13
Luminance
0.7100
Every format
| HEX | #cfdfd8 |
| RGB | rgb(207, 223, 216) |
| HSL | hsl(154, 20%, 84%) |
| CMYK | cmyk(7%, 0%, 3%, 13%) |
| LAB | lab(87.5 -6.6 1.6) |
| LCH | lch(87.5 6.8 166.5) |
| OKLCH | oklch(0.890 0.020 167.9) |
Copy-ready code
/* CSS */
color: #cfdfd8;
background-color: #cfdfd8;
/* Tailwind (arbitrary) */
class="text-[#cfdfd8] bg-[#cfdfd8]"
/* SCSS */
$brand: #cfdfd8;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.847)
/* Android */
Color.parseColor("#cfdfd8")Accessibility — WCAG contrast
Aa
#cfdfd8 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfd8 on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue84.7%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow3.1%
Key (black)12.5%
Color previews
#cfdfd8 text on a black background
contrast 15.20:1
Card sample
#cfdfd8 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfd8;
Background color
Panel with #cfdfd8 background
background-color: #cfdfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfd8; background: linear-gradient(135deg, #cfdfd8, #CFDBDF);