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