#cedfd7
a light, soft green · cool · closest name: silver
RGB
206, 223, 215
HSL
152°, 21%, 84%
CMYK
8, 0, 4, 13
Luminance
0.7080
Every format
| HEX | #cedfd7 |
| RGB | rgb(206, 223, 215) |
| HSL | hsl(152, 21%, 84%) |
| CMYK | cmyk(8%, 0%, 4%, 13%) |
| LAB | lab(87.4 -7.2 2.0) |
| LCH | lch(87.4 7.4 164.6) |
| OKLCH | oklch(0.889 0.021 166.0) |
Copy-ready code
/* CSS */
color: #cedfd7;
background-color: #cedfd7;
/* Tailwind (arbitrary) */
class="text-[#cedfd7] bg-[#cedfd7]"
/* SCSS */
$brand: #cedfd7;
/* SwiftUI */
Color(red: 0.808, green: 0.875, blue: 0.843)
/* Android */
Color.parseColor("#cedfd7")Accessibility — WCAG contrast
Aa
#cedfd7 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cedfd7 on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green87.5%
Blue84.3%
CMYK percentages
Cyan7.6%
Magenta0.0%
Yellow3.6%
Key (black)12.5%
Color previews
#cedfd7 text on a black background
contrast 15.16:1
Card sample
#cedfd7 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cedfd7;
Background color
Panel with #cedfd7 background
background-color: #cedfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cedfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 223, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 223, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cedfd7; background: linear-gradient(135deg, #cedfd7, #CEDCDF);