#eafbfd
a pale, electric cyan · cool · closest name: white
RGB
234, 251, 253
HSL
186°, 83%, 96%
CMYK
8, 1, 0, 1
Luminance
0.9358
Every format
| HEX | #eafbfd |
| RGB | rgb(234, 251, 253) |
| HSL | hsl(186, 83%, 96%) |
| CMYK | cmyk(8%, 1%, 0%, 1%) |
| LAB | lab(97.5 -5.2 -2.9) |
| LCH | lch(97.5 5.9 209.1) |
| OKLCH | oklch(0.976 0.018 205.3) |
Copy-ready code
/* CSS */
color: #eafbfd;
background-color: #eafbfd;
/* Tailwind (arbitrary) */
class="text-[#eafbfd] bg-[#eafbfd]"
/* SCSS */
$brand: #eafbfd;
/* SwiftUI */
Color(red: 0.918, green: 0.984, blue: 0.992)
/* Android */
Color.parseColor("#eafbfd")Accessibility — WCAG contrast
Aa
#eafbfd on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafbfd on black: 19.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green98.4%
Blue99.2%
CMYK percentages
Cyan7.5%
Magenta0.8%
Yellow0.0%
Key (black)0.8%
Color previews
#eafbfd text on a black background
contrast 19.72:1
Card sample
#eafbfd text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafbfd;
Background color
Panel with #eafbfd background
background-color: #eafbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 251, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 251, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafbfd; background: linear-gradient(135deg, #eafbfd, #EAEEFD);