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