#cfe2e7
a pale, soft cyan · cool · closest name: lavender
RGB
207, 226, 231
HSL
193°, 33%, 86%
CMYK
10, 2, 0, 9
Luminance
0.7343
Every format
| HEX | #cfe2e7 |
| RGB | rgb(207, 226, 231) |
| HSL | hsl(193, 33%, 86%) |
| CMYK | cmyk(10%, 2%, 0%, 9%) |
| LAB | lab(88.7 -5.3 -4.6) |
| LCH | lch(88.7 7.0 220.8) |
| OKLCH | oklch(0.900 0.021 215.3) |
Copy-ready code
/* CSS */
color: #cfe2e7;
background-color: #cfe2e7;
/* Tailwind (arbitrary) */
class="text-[#cfe2e7] bg-[#cfe2e7]"
/* SCSS */
$brand: #cfe2e7;
/* SwiftUI */
Color(red: 0.812, green: 0.886, blue: 0.906)
/* Android */
Color.parseColor("#cfe2e7")Accessibility — WCAG contrast
Aa
#cfe2e7 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe2e7 on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green88.6%
Blue90.6%
CMYK percentages
Cyan10.4%
Magenta2.2%
Yellow0.0%
Key (black)9.4%
Color previews
#cfe2e7 text on a black background
contrast 15.69:1
Card sample
#cfe2e7 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe2e7;
Background color
Panel with #cfe2e7 background
background-color: #cfe2e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe2e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 226, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 226, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe2e7; background: linear-gradient(135deg, #cfe2e7, #CFD2E7);