#cef0f9
a pale, electric cyan · cool · closest name: lavender
RGB
206, 240, 249
HSL
193°, 78%, 89%
CMYK
17, 4, 0, 2
Luminance
0.8228
Every format
| HEX | #cef0f9 |
| RGB | rgb(206, 240, 249) |
| HSL | hsl(193, 78%, 89%) |
| CMYK | cmyk(17%, 4%, 0%, 2%) |
| LAB | lab(92.7 -9.2 -8.0) |
| LCH | lch(92.7 12.2 221.2) |
| OKLCH | oklch(0.933 0.037 215.5) |
Copy-ready code
/* CSS */
color: #cef0f9;
background-color: #cef0f9;
/* Tailwind (arbitrary) */
class="text-[#cef0f9] bg-[#cef0f9]"
/* SCSS */
$brand: #cef0f9;
/* SwiftUI */
Color(red: 0.808, green: 0.941, blue: 0.976)
/* Android */
Color.parseColor("#cef0f9")Accessibility — WCAG contrast
Aa
#cef0f9 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef0f9 on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.1%
Blue97.6%
CMYK percentages
Cyan17.3%
Magenta3.6%
Yellow0.0%
Key (black)2.4%
Color previews
#cef0f9 text on a black background
contrast 17.46:1
Card sample
#cef0f9 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef0f9;
Background color
Panel with #cef0f9 background
background-color: #cef0f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef0f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 240, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 240, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef0f9; background: linear-gradient(135deg, #cef0f9, #CED3F9);