#cef9fe
a pale, electric cyan · cool · closest name: white
RGB
206, 249, 254
HSL
186°, 96%, 90%
CMYK
19, 2, 0, 0
Luminance
0.8803
Every format
| HEX | #cef9fe |
| RGB | rgb(206, 249, 254) |
| HSL | hsl(186, 96%, 90%) |
| CMYK | cmyk(19%, 2%, 0%, 0%) |
| LAB | lab(95.2 -12.7 -7.0) |
| LCH | lch(95.2 14.4 208.8) |
| OKLCH | oklch(0.954 0.044 205.1) |
Copy-ready code
/* CSS */
color: #cef9fe;
background-color: #cef9fe;
/* Tailwind (arbitrary) */
class="text-[#cef9fe] bg-[#cef9fe]"
/* SCSS */
$brand: #cef9fe;
/* SwiftUI */
Color(red: 0.808, green: 0.976, blue: 0.996)
/* Android */
Color.parseColor("#cef9fe")Accessibility — WCAG contrast
Aa
#cef9fe on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef9fe on black: 18.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.6%
Blue99.6%
CMYK percentages
Cyan18.9%
Magenta2.0%
Yellow0.0%
Key (black)0.4%
Color previews
#cef9fe text on a black background
contrast 18.61:1
Card sample
#cef9fe text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef9fe;
Background color
Panel with #cef9fe background
background-color: #cef9fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef9fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 249, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 249, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef9fe; background: linear-gradient(135deg, #cef9fe, #CED9FE);