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