#cef2fc
a pale, electric cyan · cool · closest name: lavender
RGB
206, 242, 252
HSL
193°, 89%, 90%
CMYK
18, 4, 0, 1
Luminance
0.8365
Every format
| HEX | #cef2fc |
| RGB | rgb(206, 242, 252) |
| HSL | hsl(193, 89%, 90%) |
| CMYK | cmyk(18%, 4%, 0%, 1%) |
| LAB | lab(93.3 -9.6 -8.7) |
| LCH | lch(93.3 12.9 222.3) |
| OKLCH | oklch(0.939 0.040 216.4) |
Copy-ready code
/* CSS */
color: #cef2fc;
background-color: #cef2fc;
/* Tailwind (arbitrary) */
class="text-[#cef2fc] bg-[#cef2fc]"
/* SCSS */
$brand: #cef2fc;
/* SwiftUI */
Color(red: 0.808, green: 0.949, blue: 0.988)
/* Android */
Color.parseColor("#cef2fc")Accessibility — WCAG contrast
Aa
#cef2fc on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef2fc on black: 17.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.9%
Blue98.8%
CMYK percentages
Cyan18.3%
Magenta4.0%
Yellow0.0%
Key (black)1.2%
Color previews
#cef2fc text on a black background
contrast 17.73:1
Card sample
#cef2fc text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef2fc;
Background color
Panel with #cef2fc background
background-color: #cef2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 242, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 242, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef2fc; background: linear-gradient(135deg, #cef2fc, #CED3FC);