#cfdacd
a light, muted green · cool · closest name: silver
RGB
207, 218, 205
HSL
111°, 15%, 83%
CMYK
5, 0, 6, 15
Luminance
0.6782
Every format
| HEX | #cfdacd |
| RGB | rgb(207, 218, 205) |
| HSL | hsl(111, 15%, 83%) |
| CMYK | cmyk(5%, 0%, 6%, 15%) |
| LAB | lab(85.9 -6.1 5.1) |
| LCH | lch(85.9 7.9 139.9) |
| OKLCH | oklch(0.876 0.021 140.9) |
Copy-ready code
/* CSS */
color: #cfdacd;
background-color: #cfdacd;
/* Tailwind (arbitrary) */
class="text-[#cfdacd] bg-[#cfdacd]"
/* SCSS */
$brand: #cfdacd;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.804)
/* Android */
Color.parseColor("#cfdacd")Accessibility — WCAG contrast
Aa
#cfdacd on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdacd on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue80.4%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow6.0%
Key (black)14.5%
Color previews
#cfdacd text on a black background
contrast 14.56:1
Card sample
#cfdacd text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdacd;
Background color
Panel with #cfdacd background
background-color: #cfdacd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdacd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdacd; background: linear-gradient(135deg, #cfdacd, #CDDAD4);