#cfe2ee
a pale, vivid blue · cool · closest name: lavender
RGB
207, 226, 238
HSL
203°, 48%, 87%
CMYK
13, 5, 0, 7
Luminance
0.7383
Every format
| HEX | #cfe2ee |
| RGB | rgb(207, 226, 238) |
| HSL | hsl(203, 48%, 87%) |
| CMYK | cmyk(13%, 5%, 0%, 7%) |
| LAB | lab(88.8 -3.9 -8.0) |
| LCH | lch(88.8 8.9 243.8) |
| OKLCH | oklch(0.902 0.026 235.4) |
Copy-ready code
/* CSS */
color: #cfe2ee;
background-color: #cfe2ee;
/* Tailwind (arbitrary) */
class="text-[#cfe2ee] bg-[#cfe2ee]"
/* SCSS */
$brand: #cfe2ee;
/* SwiftUI */
Color(red: 0.812, green: 0.886, blue: 0.933)
/* Android */
Color.parseColor("#cfe2ee")Accessibility — WCAG contrast
Aa
#cfe2ee on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe2ee on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green88.6%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta5.0%
Yellow0.0%
Key (black)6.7%
Color previews
#cfe2ee text on a black background
contrast 15.77:1
Card sample
#cfe2ee text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe2ee;
Background color
Panel with #cfe2ee background
background-color: #cfe2ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe2ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 226, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 226, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe2ee; background: linear-gradient(135deg, #cfe2ee, #D1CFEE);