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