#ebfffe
a pale, electric cyan · cool · closest name: white
RGB
235, 255, 254
HSL
177°, 100%, 96%
CMYK
8, 0, 0, 0
Luminance
0.9634
Every format
| HEX | #ebfffe |
| RGB | rgb(235, 255, 254) |
| HSL | hsl(177, 100%, 96%) |
| CMYK | cmyk(8%, 0%, 0%, 0%) |
| LAB | lab(98.6 -6.7 -1.8) |
| LCH | lch(98.6 6.9 194.7) |
| OKLCH | oklch(0.985 0.021 193.2) |
Copy-ready code
/* CSS */
color: #ebfffe;
background-color: #ebfffe;
/* Tailwind (arbitrary) */
class="text-[#ebfffe] bg-[#ebfffe]"
/* SCSS */
$brand: #ebfffe;
/* SwiftUI */
Color(red: 0.922, green: 1.000, blue: 0.996)
/* Android */
Color.parseColor("#ebfffe")Accessibility — WCAG contrast
Aa
#ebfffe on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfffe on black: 20.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green100.0%
Blue99.6%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow0.4%
Key (black)0.0%
Color previews
#ebfffe text on a black background
contrast 20.27:1
Card sample
#ebfffe text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfffe;
Background color
Panel with #ebfffe background
background-color: #ebfffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 255, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 255, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfffe; background: linear-gradient(135deg, #ebfffe, #EBF3FF);