#cef3fe
a pale, electric cyan · cool · closest name: lavender
RGB
206, 243, 254
HSL
194°, 96%, 90%
CMYK
19, 4, 0, 0
Luminance
0.8438
Every format
| HEX | #cef3fe |
| RGB | rgb(206, 243, 254) |
| HSL | hsl(194, 96%, 90%) |
| CMYK | cmyk(19%, 4%, 0%, 0%) |
| LAB | lab(93.6 -9.6 -9.3) |
| LCH | lch(93.6 13.4 223.9) |
| OKLCH | oklch(0.941 0.041 217.7) |
Copy-ready code
/* CSS */
color: #cef3fe;
background-color: #cef3fe;
/* Tailwind (arbitrary) */
class="text-[#cef3fe] bg-[#cef3fe]"
/* SCSS */
$brand: #cef3fe;
/* SwiftUI */
Color(red: 0.808, green: 0.953, blue: 0.996)
/* Android */
Color.parseColor("#cef3fe")Accessibility — WCAG contrast
Aa
#cef3fe on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef3fe on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green95.3%
Blue99.6%
CMYK percentages
Cyan18.9%
Magenta4.3%
Yellow0.0%
Key (black)0.4%
Color previews
#cef3fe text on a black background
contrast 17.88:1
Card sample
#cef3fe text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef3fe;
Background color
Panel with #cef3fe background
background-color: #cef3fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef3fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 243, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 243, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef3fe; background: linear-gradient(135deg, #cef3fe, #CED3FE);