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