#cef9ff
a pale, electric cyan · cool · closest name: white
RGB
206, 249, 255
HSL
187°, 100%, 90%
CMYK
19, 2, 0, 0
Luminance
0.8809
Every format
| HEX | #cef9ff |
| RGB | rgb(206, 249, 255) |
| HSL | hsl(187, 100%, 90%) |
| CMYK | cmyk(19%, 2%, 0%, 0%) |
| LAB | lab(95.2 -12.4 -7.4) |
| LCH | lch(95.2 14.5 210.9) |
| OKLCH | oklch(0.954 0.045 206.8) |
Copy-ready code
/* CSS */
color: #cef9ff;
background-color: #cef9ff;
/* Tailwind (arbitrary) */
class="text-[#cef9ff] bg-[#cef9ff]"
/* SCSS */
$brand: #cef9ff;
/* SwiftUI */
Color(red: 0.808, green: 0.976, blue: 1.000)
/* Android */
Color.parseColor("#cef9ff")Accessibility — WCAG contrast
Aa
#cef9ff on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef9ff on black: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.6%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta2.4%
Yellow0.0%
Key (black)0.0%
Color previews
#cef9ff text on a black background
contrast 18.62:1
Card sample
#cef9ff text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef9ff;
Background color
Panel with #cef9ff background
background-color: #cef9ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef9ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 249, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 249, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef9ff; background: linear-gradient(135deg, #cef9ff, #CED8FF);