#eff5ff
a pale, electric blue · cool · closest name: white
RGB
239, 245, 255
HSL
218°, 100%, 97%
CMYK
6, 4, 0, 0
Luminance
0.9088
Every format
| HEX | #eff5ff |
| RGB | rgb(239, 245, 255) |
| HSL | hsl(218, 100%, 97%) |
| CMYK | cmyk(6%, 4%, 0%, 0%) |
| LAB | lab(96.4 -0.1 -5.5) |
| LCH | lch(96.4 5.5 268.4) |
| OKLCH | oklch(0.969 0.015 260.7) |
Copy-ready code
/* CSS */
color: #eff5ff;
background-color: #eff5ff;
/* Tailwind (arbitrary) */
class="text-[#eff5ff] bg-[#eff5ff]"
/* SCSS */
$brand: #eff5ff;
/* SwiftUI */
Color(red: 0.937, green: 0.961, blue: 1.000)
/* Android */
Color.parseColor("#eff5ff")Accessibility — WCAG contrast
Aa
#eff5ff on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eff5ff on black: 19.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green96.1%
Blue100.0%
CMYK percentages
Cyan6.3%
Magenta3.9%
Yellow0.0%
Key (black)0.0%
Color previews
#eff5ff text on a black background
contrast 19.18:1
Card sample
#eff5ff text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eff5ff;
Background color
Panel with #eff5ff background
background-color: #eff5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eff5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 245, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 245, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eff5ff; background: linear-gradient(135deg, #eff5ff, #F4EFFF);