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