#eafdff
a pale, electric cyan · cool · closest name: white
RGB
234, 253, 255
HSL
186°, 100%, 96%
CMYK
8, 1, 0, 0
Luminance
0.9496
Every format
| HEX | #eafdff |
| RGB | rgb(234, 253, 255) |
| HSL | hsl(186, 100%, 96%) |
| CMYK | cmyk(8%, 1%, 0%, 0%) |
| LAB | lab(98.0 -5.8 -3.1) |
| LCH | lch(98.0 6.6 208.0) |
| OKLCH | oklch(0.981 0.020 204.4) |
Copy-ready code
/* CSS */
color: #eafdff;
background-color: #eafdff;
/* Tailwind (arbitrary) */
class="text-[#eafdff] bg-[#eafdff]"
/* SCSS */
$brand: #eafdff;
/* SwiftUI */
Color(red: 0.918, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#eafdff")Accessibility — WCAG contrast
Aa
#eafdff on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafdff on black: 19.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green99.2%
Blue100.0%
CMYK percentages
Cyan8.2%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#eafdff text on a black background
contrast 19.99:1
Card sample
#eafdff text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafdff;
Background color
Panel with #eafdff background
background-color: #eafdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafdff; background: linear-gradient(135deg, #eafdff, #EAEFFF);