#cef5eb
a pale, vivid cyan · cool · closest name: ivory
RGB
206, 245, 235
HSL
165°, 66%, 88%
CMYK
16, 0, 4, 4
Luminance
0.8442
Every format
| HEX | #cef5eb |
| RGB | rgb(206, 245, 235) |
| HSL | hsl(165, 66%, 88%) |
| CMYK | cmyk(16%, 0%, 4%, 4%) |
| LAB | lab(93.6 -14.5 0.6) |
| LCH | lch(93.6 14.5 177.5) |
| OKLCH | oklch(0.940 0.043 178.1) |
Copy-ready code
/* CSS */
color: #cef5eb;
background-color: #cef5eb;
/* Tailwind (arbitrary) */
class="text-[#cef5eb] bg-[#cef5eb]"
/* SCSS */
$brand: #cef5eb;
/* SwiftUI */
Color(red: 0.808, green: 0.961, blue: 0.922)
/* Android */
Color.parseColor("#cef5eb")Accessibility — WCAG contrast
Aa
#cef5eb on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef5eb on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.1%
Blue92.2%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow4.1%
Key (black)3.9%
Color previews
#cef5eb text on a black background
contrast 17.88:1
Card sample
#cef5eb text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef5eb;
Background color
Panel with #cef5eb background
background-color: #cef5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 245, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 245, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef5eb; background: linear-gradient(135deg, #cef5eb, #CEE5F5);