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