#cfe2da
a light, soft green · cool · closest name: silver
RGB
207, 226, 218
HSL
155°, 25%, 85%
CMYK
8, 0, 4, 11
Luminance
0.7272
Every format
| HEX | #cfe2da |
| RGB | rgb(207, 226, 218) |
| HSL | hsl(155, 25%, 85%) |
| CMYK | cmyk(8%, 0%, 4%, 11%) |
| LAB | lab(88.3 -7.8 1.7) |
| LCH | lch(88.3 8.0 167.4) |
| OKLCH | oklch(0.896 0.023 168.7) |
Copy-ready code
/* CSS */
color: #cfe2da;
background-color: #cfe2da;
/* Tailwind (arbitrary) */
class="text-[#cfe2da] bg-[#cfe2da]"
/* SCSS */
$brand: #cfe2da;
/* SwiftUI */
Color(red: 0.812, green: 0.886, blue: 0.855)
/* Android */
Color.parseColor("#cfe2da")Accessibility — WCAG contrast
Aa
#cfe2da on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe2da on black: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green88.6%
Blue85.5%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow3.5%
Key (black)11.4%
Color previews
#cfe2da text on a black background
contrast 15.54:1
Card sample
#cfe2da text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe2da;
Background color
Panel with #cfe2da background
background-color: #cfe2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 226, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 226, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe2da; background: linear-gradient(135deg, #cfe2da, #CFDDE2);