#cfe8eb
a pale, soft cyan · cool · closest name: lavender
RGB
207, 232, 235
HSL
186°, 41%, 87%
CMYK
12, 1, 0, 8
Luminance
0.7698
Every format
| HEX | #cfe8eb |
| RGB | rgb(207, 232, 235) |
| HSL | hsl(186, 41%, 87%) |
| CMYK | cmyk(12%, 1%, 0%, 8%) |
| LAB | lab(90.3 -7.6 -4.3) |
| LCH | lch(90.3 8.7 209.2) |
| OKLCH | oklch(0.914 0.027 205.4) |
Copy-ready code
/* CSS */
color: #cfe8eb;
background-color: #cfe8eb;
/* Tailwind (arbitrary) */
class="text-[#cfe8eb] bg-[#cfe8eb]"
/* SCSS */
$brand: #cfe8eb;
/* SwiftUI */
Color(red: 0.812, green: 0.910, blue: 0.922)
/* Android */
Color.parseColor("#cfe8eb")Accessibility — WCAG contrast
Aa
#cfe8eb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe8eb on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.0%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta1.3%
Yellow0.0%
Key (black)7.8%
Color previews
#cfe8eb text on a black background
contrast 16.40:1
Card sample
#cfe8eb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe8eb;
Background color
Panel with #cfe8eb background
background-color: #cfe8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 232, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 232, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe8eb; background: linear-gradient(135deg, #cfe8eb, #CFD5EB);