#cef4ec
a pale, vivid cyan · cool · closest name: ivory
RGB
206, 244, 236
HSL
167°, 63%, 88%
CMYK
16, 0, 3, 4
Luminance
0.8388
Every format
| HEX | #cef4ec |
| RGB | rgb(206, 244, 236) |
| HSL | hsl(167, 63%, 88%) |
| CMYK | cmyk(16%, 0%, 3%, 4%) |
| LAB | lab(93.4 -13.8 -0.3) |
| LCH | lch(93.4 13.8 181.0) |
| OKLCH | oklch(0.938 0.041 181.2) |
Copy-ready code
/* CSS */
color: #cef4ec;
background-color: #cef4ec;
/* Tailwind (arbitrary) */
class="text-[#cef4ec] bg-[#cef4ec]"
/* SCSS */
$brand: #cef4ec;
/* SwiftUI */
Color(red: 0.808, green: 0.957, blue: 0.925)
/* Android */
Color.parseColor("#cef4ec")Accessibility — WCAG contrast
Aa
#cef4ec on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef4ec on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green95.7%
Blue92.5%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow3.3%
Key (black)4.3%
Color previews
#cef4ec text on a black background
contrast 17.78:1
Card sample
#cef4ec text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef4ec;
Background color
Panel with #cef4ec background
background-color: #cef4ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef4ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 244, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 244, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef4ec; background: linear-gradient(135deg, #cef4ec, #CEE3F4);