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