#ebfef8
a pale, electric cyan · cool · closest name: white
RGB
235, 254, 248
HSL
161°, 91%, 96%
CMYK
8, 0, 2, 0
Luminance
0.9532
Every format
| HEX | #ebfef8 |
| RGB | rgb(235, 254, 248) |
| HSL | hsl(161, 91%, 96%) |
| CMYK | cmyk(8%, 0%, 2%, 0%) |
| LAB | lab(98.2 -7.3 0.7) |
| LCH | lch(98.2 7.3 174.2) |
| OKLCH | oklch(0.981 0.021 175.0) |
Copy-ready code
/* CSS */
color: #ebfef8;
background-color: #ebfef8;
/* Tailwind (arbitrary) */
class="text-[#ebfef8] bg-[#ebfef8]"
/* SCSS */
$brand: #ebfef8;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.973)
/* Android */
Color.parseColor("#ebfef8")Accessibility — WCAG contrast
Aa
#ebfef8 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfef8 on black: 20.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue97.3%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow2.4%
Key (black)0.4%
Color previews
#ebfef8 text on a black background
contrast 20.06:1
Card sample
#ebfef8 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfef8;
Background color
Panel with #ebfef8 background
background-color: #ebfef8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfef8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfef8; background: linear-gradient(135deg, #ebfef8, #EBF7FE);