#cef5fc
a pale, electric cyan · cool · closest name: white
RGB
206, 245, 252
HSL
189°, 89%, 90%
CMYK
18, 3, 0, 1
Luminance
0.8545
Every format
| HEX | #cef5fc |
| RGB | rgb(206, 245, 252) |
| HSL | hsl(189, 89%, 90%) |
| CMYK | cmyk(18%, 3%, 0%, 1%) |
| LAB | lab(94.1 -11.1 -7.5) |
| LCH | lch(94.1 13.4 214.3) |
| OKLCH | oklch(0.945 0.041 209.7) |
Copy-ready code
/* CSS */
color: #cef5fc;
background-color: #cef5fc;
/* Tailwind (arbitrary) */
class="text-[#cef5fc] bg-[#cef5fc]"
/* SCSS */
$brand: #cef5fc;
/* SwiftUI */
Color(red: 0.808, green: 0.961, blue: 0.988)
/* Android */
Color.parseColor("#cef5fc")Accessibility — WCAG contrast
Aa
#cef5fc on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef5fc on black: 18.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.1%
Blue98.8%
CMYK percentages
Cyan18.3%
Magenta2.8%
Yellow0.0%
Key (black)1.2%
Color previews
#cef5fc text on a black background
contrast 18.09:1
Card sample
#cef5fc text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef5fc;
Background color
Panel with #cef5fc background
background-color: #cef5fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef5fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 245, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 245, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef5fc; background: linear-gradient(135deg, #cef5fc, #CED6FC);