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