#cfdcd0
a light, soft green · cool · closest name: silver
RGB
207, 220, 208
HSL
125°, 16%, 84%
CMYK
6, 0, 6, 14
Luminance
0.6901
Every format
| HEX | #cfdcd0 |
| RGB | rgb(207, 220, 208) |
| HSL | hsl(125, 16%, 84%) |
| CMYK | cmyk(6%, 0%, 6%, 14%) |
| LAB | lab(86.5 -6.6 4.4) |
| LCH | lch(86.5 7.9 146.2) |
| OKLCH | oklch(0.881 0.021 147.6) |
Copy-ready code
/* CSS */
color: #cfdcd0;
background-color: #cfdcd0;
/* Tailwind (arbitrary) */
class="text-[#cfdcd0] bg-[#cfdcd0]"
/* SCSS */
$brand: #cfdcd0;
/* SwiftUI */
Color(red: 0.812, green: 0.863, blue: 0.816)
/* Android */
Color.parseColor("#cfdcd0")Accessibility — WCAG contrast
Aa
#cfdcd0 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdcd0 on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green86.3%
Blue81.6%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow5.5%
Key (black)13.7%
Color previews
#cfdcd0 text on a black background
contrast 14.80:1
Card sample
#cfdcd0 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdcd0;
Background color
Panel with #cfdcd0 background
background-color: #cfdcd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdcd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 220, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 220, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdcd0; background: linear-gradient(135deg, #cfdcd0, #CFDCD9);