#cef8eb
a pale, electric cyan · cool · closest name: ivory
RGB
206, 248, 235
HSL
161°, 75%, 89%
CMYK
17, 0, 5, 3
Luminance
0.8625
Every format
| HEX | #cef8eb |
| RGB | rgb(206, 248, 235) |
| HSL | hsl(161, 75%, 89%) |
| CMYK | cmyk(17%, 0%, 5%, 3%) |
| LAB | lab(94.4 -15.9 1.8) |
| LCH | lch(94.4 16.1 173.7) |
| OKLCH | oklch(0.946 0.047 174.5) |
Copy-ready code
/* CSS */
color: #cef8eb;
background-color: #cef8eb;
/* Tailwind (arbitrary) */
class="text-[#cef8eb] bg-[#cef8eb]"
/* SCSS */
$brand: #cef8eb;
/* SwiftUI */
Color(red: 0.808, green: 0.973, blue: 0.922)
/* Android */
Color.parseColor("#cef8eb")Accessibility — WCAG contrast
Aa
#cef8eb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef8eb on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.3%
Blue92.2%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow5.2%
Key (black)2.7%
Color previews
#cef8eb text on a black background
contrast 18.25:1
Card sample
#cef8eb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef8eb;
Background color
Panel with #cef8eb background
background-color: #cef8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 248, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 248, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef8eb; background: linear-gradient(135deg, #cef8eb, #CEE9F8);