#eaf3f5
a pale, soft cyan · cool · closest name: white
RGB
234, 243, 245
HSL
191°, 36%, 94%
CMYK
5, 1, 0, 4
Luminance
0.8819
Every format
| HEX | #eaf3f5 |
| RGB | rgb(234, 243, 245) |
| HSL | hsl(191, 36%, 94%) |
| CMYK | cmyk(5%, 1%, 0%, 4%) |
| LAB | lab(95.2 -2.6 -2.0) |
| LCH | lch(95.2 3.3 217.4) |
| OKLCH | oklch(0.958 0.010 212.5) |
Copy-ready code
/* CSS */
color: #eaf3f5;
background-color: #eaf3f5;
/* Tailwind (arbitrary) */
class="text-[#eaf3f5] bg-[#eaf3f5]"
/* SCSS */
$brand: #eaf3f5;
/* SwiftUI */
Color(red: 0.918, green: 0.953, blue: 0.961)
/* Android */
Color.parseColor("#eaf3f5")Accessibility — WCAG contrast
Aa
#eaf3f5 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf3f5 on black: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green95.3%
Blue96.1%
CMYK percentages
Cyan4.5%
Magenta0.8%
Yellow0.0%
Key (black)3.9%
Color previews
#eaf3f5 text on a black background
contrast 18.64:1
Card sample
#eaf3f5 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf3f5;
Background color
Panel with #eaf3f5 background
background-color: #eaf3f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf3f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 243, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 243, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf3f5; background: linear-gradient(135deg, #eaf3f5, #EAECF5);