#eefdff
a pale, electric cyan · cool · closest name: white
RGB
238, 253, 255
HSL
187°, 100%, 97%
CMYK
7, 1, 0, 0
Luminance
0.9565
Every format
| HEX | #eefdff |
| RGB | rgb(238, 253, 255) |
| HSL | hsl(187, 100%, 97%) |
| CMYK | cmyk(7%, 1%, 0%, 0%) |
| LAB | lab(98.3 -4.5 -2.6) |
| LCH | lch(98.3 5.2 210.3) |
| OKLCH | oklch(0.984 0.016 206.4) |
Copy-ready code
/* CSS */
color: #eefdff;
background-color: #eefdff;
/* Tailwind (arbitrary) */
class="text-[#eefdff] bg-[#eefdff]"
/* SCSS */
$brand: #eefdff;
/* SwiftUI */
Color(red: 0.933, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#eefdff")Accessibility — WCAG contrast
Aa
#eefdff on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefdff on black: 20.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green99.2%
Blue100.0%
CMYK percentages
Cyan6.7%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#eefdff text on a black background
contrast 20.13:1
Card sample
#eefdff text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefdff;
Background color
Panel with #eefdff background
background-color: #eefdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefdff; background: linear-gradient(135deg, #eefdff, #EEF2FF);