#cef3eb
a pale, vivid cyan · cool · closest name: ivory
RGB
206, 243, 235
HSL
167°, 61%, 88%
CMYK
15, 0, 3, 5
Luminance
0.8322
Every format
| HEX | #cef3eb |
| RGB | rgb(206, 243, 235) |
| HSL | hsl(167, 61%, 88%) |
| CMYK | cmyk(15%, 0%, 3%, 5%) |
| LAB | lab(93.1 -13.5 -0.1) |
| LCH | lch(93.1 13.5 180.6) |
| OKLCH | oklch(0.936 0.040 180.9) |
Copy-ready code
/* CSS */
color: #cef3eb;
background-color: #cef3eb;
/* Tailwind (arbitrary) */
class="text-[#cef3eb] bg-[#cef3eb]"
/* SCSS */
$brand: #cef3eb;
/* SwiftUI */
Color(red: 0.808, green: 0.953, blue: 0.922)
/* Android */
Color.parseColor("#cef3eb")Accessibility — WCAG contrast
Aa
#cef3eb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef3eb on black: 17.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green95.3%
Blue92.2%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow3.3%
Key (black)4.7%
Color previews
#cef3eb text on a black background
contrast 17.64:1
Card sample
#cef3eb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef3eb;
Background color
Panel with #cef3eb background
background-color: #cef3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 243, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 243, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef3eb; background: linear-gradient(135deg, #cef3eb, #CEE2F3);