#cef7fe
a pale, electric cyan · cool · closest name: white
RGB
206, 247, 254
HSL
189°, 96%, 90%
CMYK
19, 3, 0, 0
Luminance
0.8680
Every format
| HEX | #cef7fe |
| RGB | rgb(206, 247, 254) |
| HSL | hsl(189, 96%, 90%) |
| CMYK | cmyk(19%, 3%, 0%, 0%) |
| LAB | lab(94.7 -11.7 -7.7) |
| LCH | lch(94.7 14.0 213.6) |
| OKLCH | oklch(0.949 0.043 209.0) |
Copy-ready code
/* CSS */
color: #cef7fe;
background-color: #cef7fe;
/* Tailwind (arbitrary) */
class="text-[#cef7fe] bg-[#cef7fe]"
/* SCSS */
$brand: #cef7fe;
/* SwiftUI */
Color(red: 0.808, green: 0.969, blue: 0.996)
/* Android */
Color.parseColor("#cef7fe")Accessibility — WCAG contrast
Aa
#cef7fe on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef7fe on black: 18.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.9%
Blue99.6%
CMYK percentages
Cyan18.9%
Magenta2.8%
Yellow0.0%
Key (black)0.4%
Color previews
#cef7fe text on a black background
contrast 18.36:1
Card sample
#cef7fe text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef7fe;
Background color
Panel with #cef7fe background
background-color: #cef7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 247, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 247, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef7fe; background: linear-gradient(135deg, #cef7fe, #CED7FE);