#eefaff
a pale, electric cyan · cool · closest name: white
RGB
238, 250, 255
HSL
198°, 100%, 97%
CMYK
7, 2, 0, 0
Luminance
0.9377
Every format
| HEX | #eefaff |
| RGB | rgb(238, 250, 255) |
| HSL | hsl(198, 100%, 97%) |
| CMYK | cmyk(7%, 2%, 0%, 0%) |
| LAB | lab(97.5 -3.0 -3.8) |
| LCH | lch(97.5 4.8 231.3) |
| OKLCH | oklch(0.978 0.014 224.5) |
Copy-ready code
/* CSS */
color: #eefaff;
background-color: #eefaff;
/* Tailwind (arbitrary) */
class="text-[#eefaff] bg-[#eefaff]"
/* SCSS */
$brand: #eefaff;
/* SwiftUI */
Color(red: 0.933, green: 0.980, blue: 1.000)
/* Android */
Color.parseColor("#eefaff")Accessibility — WCAG contrast
Aa
#eefaff on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefaff on black: 19.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green98.0%
Blue100.0%
CMYK percentages
Cyan6.7%
Magenta2.0%
Yellow0.0%
Key (black)0.0%
Color previews
#eefaff text on a black background
contrast 19.75:1
Card sample
#eefaff text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefaff;
Background color
Panel with #eefaff background
background-color: #eefaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 250, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 250, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefaff; background: linear-gradient(135deg, #eefaff, #EEEFFF);