#cef7ec
a pale, vivid cyan · cool · closest name: ivory
RGB
206, 247, 236
HSL
164°, 72%, 89%
CMYK
17, 0, 5, 3
Luminance
0.8570
Every format
| HEX | #cef7ec |
| RGB | rgb(206, 247, 236) |
| HSL | hsl(164, 72%, 89%) |
| CMYK | cmyk(17%, 0%, 5%, 3%) |
| LAB | lab(94.2 -15.3 0.9) |
| LCH | lch(94.2 15.3 176.6) |
| OKLCH | oklch(0.944 0.045 177.2) |
Copy-ready code
/* CSS */
color: #cef7ec;
background-color: #cef7ec;
/* Tailwind (arbitrary) */
class="text-[#cef7ec] bg-[#cef7ec]"
/* SCSS */
$brand: #cef7ec;
/* SwiftUI */
Color(red: 0.808, green: 0.969, blue: 0.925)
/* Android */
Color.parseColor("#cef7ec")Accessibility — WCAG contrast
Aa
#cef7ec on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef7ec on black: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.9%
Blue92.5%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow4.5%
Key (black)3.1%
Color previews
#cef7ec text on a black background
contrast 18.14:1
Card sample
#cef7ec text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef7ec;
Background color
Panel with #cef7ec background
background-color: #cef7ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef7ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 247, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 247, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef7ec; background: linear-gradient(135deg, #cef7ec, #CEE7F7);