#cef8ff
a pale, electric cyan · cool · closest name: white
RGB
206, 248, 255
HSL
189°, 100%, 90%
CMYK
19, 3, 0, 0
Luminance
0.8748
Every format
| HEX | #cef8ff |
| RGB | rgb(206, 248, 255) |
| HSL | hsl(189, 100%, 90%) |
| CMYK | cmyk(19%, 3%, 0%, 0%) |
| LAB | lab(94.9 -11.9 -7.8) |
| LCH | lch(94.9 14.3 213.2) |
| OKLCH | oklch(0.952 0.044 208.8) |
Copy-ready code
/* CSS */
color: #cef8ff;
background-color: #cef8ff;
/* Tailwind (arbitrary) */
class="text-[#cef8ff] bg-[#cef8ff]"
/* SCSS */
$brand: #cef8ff;
/* SwiftUI */
Color(red: 0.808, green: 0.973, blue: 1.000)
/* Android */
Color.parseColor("#cef8ff")Accessibility — WCAG contrast
Aa
#cef8ff on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef8ff on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.3%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta2.7%
Yellow0.0%
Key (black)0.0%
Color previews
#cef8ff text on a black background
contrast 18.50:1
Card sample
#cef8ff text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef8ff;
Background color
Panel with #cef8ff background
background-color: #cef8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 248, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 248, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef8ff; background: linear-gradient(135deg, #cef8ff, #CED7FF);