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