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