#cef3ff
a pale, electric cyan · cool · closest name: lavender
RGB
206, 243, 255
HSL
195°, 100%, 90%
CMYK
19, 5, 0, 0
Luminance
0.8444
Every format
| HEX | #cef3ff |
| RGB | rgb(206, 243, 255) |
| HSL | hsl(195, 100%, 90%) |
| CMYK | cmyk(19%, 5%, 0%, 0%) |
| LAB | lab(93.6 -9.4 -9.8) |
| LCH | lch(93.6 13.6 226.0) |
| OKLCH | oklch(0.942 0.042 219.4) |
Copy-ready code
/* CSS */
color: #cef3ff;
background-color: #cef3ff;
/* Tailwind (arbitrary) */
class="text-[#cef3ff] bg-[#cef3ff]"
/* SCSS */
$brand: #cef3ff;
/* SwiftUI */
Color(red: 0.808, green: 0.953, blue: 1.000)
/* Android */
Color.parseColor("#cef3ff")Accessibility — WCAG contrast
Aa
#cef3ff on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef3ff on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green95.3%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta4.7%
Yellow0.0%
Key (black)0.0%
Color previews
#cef3ff text on a black background
contrast 17.89:1
Card sample
#cef3ff text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef3ff;
Background color
Panel with #cef3ff background
background-color: #cef3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 243, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 243, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef3ff; background: linear-gradient(135deg, #cef3ff, #CED2FF);