#eafaff
a pale, electric cyan · cool · closest name: white
RGB
234, 250, 255
HSL
194°, 100%, 96%
CMYK
8, 2, 0, 0
Luminance
0.9308
Every format
| HEX | #eafaff |
| RGB | rgb(234, 250, 255) |
| HSL | hsl(194, 100%, 96%) |
| CMYK | cmyk(8%, 2%, 0%, 0%) |
| LAB | lab(97.3 -4.3 -4.2) |
| LCH | lch(97.3 6.0 224.4) |
| OKLCH | oklch(0.975 0.018 218.4) |
Copy-ready code
/* CSS */
color: #eafaff;
background-color: #eafaff;
/* Tailwind (arbitrary) */
class="text-[#eafaff] bg-[#eafaff]"
/* SCSS */
$brand: #eafaff;
/* SwiftUI */
Color(red: 0.918, green: 0.980, blue: 1.000)
/* Android */
Color.parseColor("#eafaff")Accessibility — WCAG contrast
Aa
#eafaff on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafaff on black: 19.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green98.0%
Blue100.0%
CMYK percentages
Cyan8.2%
Magenta2.0%
Yellow0.0%
Key (black)0.0%
Color previews
#eafaff text on a black background
contrast 19.62:1
Card sample
#eafaff text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafaff;
Background color
Panel with #eafaff background
background-color: #eafaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 250, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 250, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafaff; background: linear-gradient(135deg, #eafaff, #EAECFF);