#cfe2e2
a light, soft cyan · cool · closest name: silver
RGB
207, 226, 226
HSL
180°, 25%, 85%
CMYK
8, 0, 0, 11
Luminance
0.7315
Every format
| HEX | #cfe2e2 |
| RGB | rgb(207, 226, 226) |
| HSL | hsl(180, 25%, 85%) |
| CMYK | cmyk(8%, 0%, 0%, 11%) |
| LAB | lab(88.5 -6.3 -2.2) |
| LCH | lch(88.5 6.7 199.0) |
| OKLCH | oklch(0.899 0.020 196.8) |
Copy-ready code
/* CSS */
color: #cfe2e2;
background-color: #cfe2e2;
/* Tailwind (arbitrary) */
class="text-[#cfe2e2] bg-[#cfe2e2]"
/* SCSS */
$brand: #cfe2e2;
/* SwiftUI */
Color(red: 0.812, green: 0.886, blue: 0.886)
/* Android */
Color.parseColor("#cfe2e2")Accessibility — WCAG contrast
Aa
#cfe2e2 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe2e2 on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green88.6%
Blue88.6%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow0.0%
Key (black)11.4%
Color previews
#cfe2e2 text on a black background
contrast 15.63:1
Card sample
#cfe2e2 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe2e2;
Background color
Panel with #cfe2e2 background
background-color: #cfe2e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe2e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 226, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 226, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe2e2; background: linear-gradient(135deg, #cfe2e2, #CFD5E2);