#cef5ff
a pale, electric cyan · cool · closest name: lavender
RGB
206, 245, 255
HSL
192°, 100%, 90%
CMYK
19, 4, 0, 0
Luminance
0.8565
Every format
| HEX | #cef5ff |
| RGB | rgb(206, 245, 255) |
| HSL | hsl(192, 100%, 90%) |
| CMYK | cmyk(19%, 4%, 0%, 0%) |
| LAB | lab(94.2 -10.4 -9.0) |
| LCH | lch(94.2 13.8 220.7) |
| OKLCH | oklch(0.946 0.042 215.0) |
Copy-ready code
/* CSS */
color: #cef5ff;
background-color: #cef5ff;
/* Tailwind (arbitrary) */
class="text-[#cef5ff] bg-[#cef5ff]"
/* SCSS */
$brand: #cef5ff;
/* SwiftUI */
Color(red: 0.808, green: 0.961, blue: 1.000)
/* Android */
Color.parseColor("#cef5ff")Accessibility — WCAG contrast
Aa
#cef5ff on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef5ff on black: 18.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.1%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta3.9%
Yellow0.0%
Key (black)0.0%
Color previews
#cef5ff text on a black background
contrast 18.13:1
Card sample
#cef5ff text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef5ff;
Background color
Panel with #cef5ff background
background-color: #cef5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 245, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 245, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef5ff; background: linear-gradient(135deg, #cef5ff, #CED4FF);