#eafbfb
a pale, vivid cyan · cool · closest name: white
RGB
234, 251, 251
HSL
180°, 68%, 95%
CMYK
7, 0, 0, 2
Luminance
0.9345
Every format
| HEX | #eafbfb |
| RGB | rgb(234, 251, 251) |
| HSL | hsl(180, 68%, 95%) |
| CMYK | cmyk(7%, 0%, 0%, 2%) |
| LAB | lab(97.4 -5.5 -1.9) |
| LCH | lch(97.4 5.9 199.0) |
| OKLCH | oklch(0.976 0.018 196.9) |
Copy-ready code
/* CSS */
color: #eafbfb;
background-color: #eafbfb;
/* Tailwind (arbitrary) */
class="text-[#eafbfb] bg-[#eafbfb]"
/* SCSS */
$brand: #eafbfb;
/* SwiftUI */
Color(red: 0.918, green: 0.984, blue: 0.984)
/* Android */
Color.parseColor("#eafbfb")Accessibility — WCAG contrast
Aa
#eafbfb on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafbfb on black: 19.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green98.4%
Blue98.4%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow0.0%
Key (black)1.6%
Color previews
#eafbfb text on a black background
contrast 19.69:1
Card sample
#eafbfb text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafbfb;
Background color
Panel with #eafbfb background
background-color: #eafbfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafbfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 251, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 251, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafbfb; background: linear-gradient(135deg, #eafbfb, #EAF0FB);