#eaf2f3
a pale, soft cyan · cool · closest name: white
RGB
234, 242, 243
HSL
187°, 27%, 94%
CMYK
4, 0, 0, 5
Luminance
0.8747
Every format
| HEX | #eaf2f3 |
| RGB | rgb(234, 242, 243) |
| HSL | hsl(187, 27%, 94%) |
| CMYK | cmyk(4%, 0%, 0%, 5%) |
| LAB | lab(94.9 -2.5 -1.4) |
| LCH | lch(94.9 2.8 209.6) |
| OKLCH | oklch(0.955 0.009 205.9) |
Copy-ready code
/* CSS */
color: #eaf2f3;
background-color: #eaf2f3;
/* Tailwind (arbitrary) */
class="text-[#eaf2f3] bg-[#eaf2f3]"
/* SCSS */
$brand: #eaf2f3;
/* SwiftUI */
Color(red: 0.918, green: 0.949, blue: 0.953)
/* Android */
Color.parseColor("#eaf2f3")Accessibility — WCAG contrast
Aa
#eaf2f3 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf2f3 on black: 18.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green94.9%
Blue95.3%
CMYK percentages
Cyan3.7%
Magenta0.4%
Yellow0.0%
Key (black)4.7%
Color previews
#eaf2f3 text on a black background
contrast 18.49:1
Card sample
#eaf2f3 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf2f3;
Background color
Panel with #eaf2f3 background
background-color: #eaf2f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf2f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 242, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 242, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf2f3; background: linear-gradient(135deg, #eaf2f3, #EAECF3);