#cfe6eb
a pale, soft cyan · cool · closest name: lavender
RGB
207, 230, 235
HSL
191°, 41%, 87%
CMYK
12, 2, 0, 8
Luminance
0.7586
Every format
| HEX | #cfe6eb |
| RGB | rgb(207, 230, 235) |
| HSL | hsl(191, 41%, 87%) |
| CMYK | cmyk(12%, 2%, 0%, 8%) |
| LAB | lab(89.8 -6.6 -5.0) |
| LCH | lch(89.8 8.3 217.3) |
| OKLCH | oklch(0.909 0.025 212.2) |
Copy-ready code
/* CSS */
color: #cfe6eb;
background-color: #cfe6eb;
/* Tailwind (arbitrary) */
class="text-[#cfe6eb] bg-[#cfe6eb]"
/* SCSS */
$brand: #cfe6eb;
/* SwiftUI */
Color(red: 0.812, green: 0.902, blue: 0.922)
/* Android */
Color.parseColor("#cfe6eb")Accessibility — WCAG contrast
Aa
#cfe6eb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe6eb on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green90.2%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta2.1%
Yellow0.0%
Key (black)7.8%
Color previews
#cfe6eb text on a black background
contrast 16.17:1
Card sample
#cfe6eb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe6eb;
Background color
Panel with #cfe6eb background
background-color: #cfe6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 230, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 230, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe6eb; background: linear-gradient(135deg, #cfe6eb, #CFD3EB);