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