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