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