#cfe2eb
a pale, soft cyan · cool · closest name: lavender
RGB
207, 226, 235
HSL
199°, 41%, 87%
CMYK
12, 4, 0, 8
Luminance
0.7366
Every format
| HEX | #cfe2eb |
| RGB | rgb(207, 226, 235) |
| HSL | hsl(199, 41%, 87%) |
| CMYK | cmyk(12%, 4%, 0%, 8%) |
| LAB | lab(88.8 -4.5 -6.5) |
| LCH | lch(88.8 8.0 235.3) |
| OKLCH | oklch(0.901 0.024 227.8) |
Copy-ready code
/* CSS */
color: #cfe2eb;
background-color: #cfe2eb;
/* Tailwind (arbitrary) */
class="text-[#cfe2eb] bg-[#cfe2eb]"
/* SCSS */
$brand: #cfe2eb;
/* SwiftUI */
Color(red: 0.812, green: 0.886, blue: 0.922)
/* Android */
Color.parseColor("#cfe2eb")Accessibility — WCAG contrast
Aa
#cfe2eb on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe2eb on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green88.6%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta3.8%
Yellow0.0%
Key (black)7.8%
Color previews
#cfe2eb text on a black background
contrast 15.73:1
Card sample
#cfe2eb text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe2eb;
Background color
Panel with #cfe2eb background
background-color: #cfe2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 226, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 226, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe2eb; background: linear-gradient(135deg, #cfe2eb, #CFCFEB);