#cef5fe
a pale, electric cyan · cool · closest name: lavender
RGB
206, 245, 254
HSL
191°, 96%, 90%
CMYK
19, 4, 0, 0
Luminance
0.8558
Every format
| HEX | #cef5fe |
| RGB | rgb(206, 245, 254) |
| HSL | hsl(191, 96%, 90%) |
| CMYK | cmyk(19%, 4%, 0%, 0%) |
| LAB | lab(94.1 -10.7 -8.5) |
| LCH | lch(94.1 13.6 218.6) |
| OKLCH | oklch(0.945 0.042 213.2) |
Copy-ready code
/* CSS */
color: #cef5fe;
background-color: #cef5fe;
/* Tailwind (arbitrary) */
class="text-[#cef5fe] bg-[#cef5fe]"
/* SCSS */
$brand: #cef5fe;
/* SwiftUI */
Color(red: 0.808, green: 0.961, blue: 0.996)
/* Android */
Color.parseColor("#cef5fe")Accessibility — WCAG contrast
Aa
#cef5fe on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef5fe on black: 18.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.1%
Blue99.6%
CMYK percentages
Cyan18.9%
Magenta3.5%
Yellow0.0%
Key (black)0.4%
Color previews
#cef5fe text on a black background
contrast 18.12:1
Card sample
#cef5fe text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef5fe;
Background color
Panel with #cef5fe background
background-color: #cef5fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef5fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 245, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 245, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef5fe; background: linear-gradient(135deg, #cef5fe, #CED5FE);