#e0f0fa
a pale, vivid blue · cool · closest name: lavender
RGB
224, 240, 250
HSL
203°, 72%, 93%
CMYK
10, 4, 0, 2
Luminance
0.8507
Every format
| HEX | #e0f0fa |
| RGB | rgb(224, 240, 250) |
| HSL | hsl(203, 72%, 93%) |
| CMYK | cmyk(10%, 4%, 0%, 2%) |
| LAB | lab(93.9 -3.4 -6.6) |
| LCH | lch(93.9 7.4 243.2) |
| OKLCH | oklch(0.946 0.022 235.0) |
Copy-ready code
/* CSS */
color: #e0f0fa;
background-color: #e0f0fa;
/* Tailwind (arbitrary) */
class="text-[#e0f0fa] bg-[#e0f0fa]"
/* SCSS */
$brand: #e0f0fa;
/* SwiftUI */
Color(red: 0.878, green: 0.941, blue: 0.980)
/* Android */
Color.parseColor("#e0f0fa")Accessibility — WCAG contrast
Aa
#e0f0fa on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0f0fa on black: 18.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green94.1%
Blue98.0%
CMYK percentages
Cyan10.4%
Magenta4.0%
Yellow0.0%
Key (black)2.0%
Color previews
#e0f0fa text on a black background
contrast 18.01:1
Card sample
#e0f0fa text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0f0fa;
Background color
Panel with #e0f0fa background
background-color: #e0f0fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0f0fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 240, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 240, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0f0fa; background: linear-gradient(135deg, #e0f0fa, #E1E0FA);