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