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