#eef9fe
a pale, electric cyan · cool · closest name: white
RGB
238, 249, 254
HSL
199°, 89%, 97%
CMYK
6, 2, 0, 0
Luminance
0.9308
Every format
| HEX | #eef9fe |
| RGB | rgb(238, 249, 254) |
| HSL | hsl(199, 89%, 97%) |
| CMYK | cmyk(6%, 2%, 0%, 0%) |
| LAB | lab(97.3 -2.7 -3.6) |
| LCH | lch(97.3 4.5 233.6) |
| OKLCH | oklch(0.975 0.013 226.6) |
Copy-ready code
/* CSS */
color: #eef9fe;
background-color: #eef9fe;
/* Tailwind (arbitrary) */
class="text-[#eef9fe] bg-[#eef9fe]"
/* SCSS */
$brand: #eef9fe;
/* SwiftUI */
Color(red: 0.933, green: 0.976, blue: 0.996)
/* Android */
Color.parseColor("#eef9fe")Accessibility — WCAG contrast
Aa
#eef9fe on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef9fe on black: 19.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green97.6%
Blue99.6%
CMYK percentages
Cyan6.3%
Magenta2.0%
Yellow0.0%
Key (black)0.4%
Color previews
#eef9fe text on a black background
contrast 19.62:1
Card sample
#eef9fe text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef9fe;
Background color
Panel with #eef9fe background
background-color: #eef9fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef9fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 249, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 249, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef9fe; background: linear-gradient(135deg, #eef9fe, #EEEEFE);