#cef2ec
a pale, vivid cyan · cool · closest name: white
RGB
206, 242, 236
HSL
170°, 58%, 88%
CMYK
15, 0, 3, 5
Luminance
0.8268
Every format
| HEX | #cef2ec |
| RGB | rgb(206, 242, 236) |
| HSL | hsl(170, 58%, 88%) |
| CMYK | cmyk(15%, 0%, 3%, 5%) |
| LAB | lab(92.9 -12.8 -1.0) |
| LCH | lch(92.9 12.8 184.5) |
| OKLCH | oklch(0.934 0.038 184.3) |
Copy-ready code
/* CSS */
color: #cef2ec;
background-color: #cef2ec;
/* Tailwind (arbitrary) */
class="text-[#cef2ec] bg-[#cef2ec]"
/* SCSS */
$brand: #cef2ec;
/* SwiftUI */
Color(red: 0.808, green: 0.949, blue: 0.925)
/* Android */
Color.parseColor("#cef2ec")Accessibility — WCAG contrast
Aa
#cef2ec on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef2ec on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.9%
Blue92.5%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow2.5%
Key (black)5.1%
Color previews
#cef2ec text on a black background
contrast 17.54:1
Card sample
#cef2ec text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef2ec;
Background color
Panel with #cef2ec background
background-color: #cef2ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef2ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 242, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 242, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef2ec; background: linear-gradient(135deg, #cef2ec, #CEE0F2);