#ebfafe
a pale, electric cyan · cool · closest name: white
RGB
235, 250, 254
HSL
193°, 91%, 96%
CMYK
8, 2, 0, 0
Luminance
0.9319
Every format
| HEX | #ebfafe |
| RGB | rgb(235, 250, 254) |
| HSL | hsl(193, 91%, 96%) |
| CMYK | cmyk(8%, 2%, 0%, 0%) |
| LAB | lab(97.3 -4.2 -3.6) |
| LCH | lch(97.3 5.5 220.9) |
| OKLCH | oklch(0.975 0.017 215.5) |
Copy-ready code
/* CSS */
color: #ebfafe;
background-color: #ebfafe;
/* Tailwind (arbitrary) */
class="text-[#ebfafe] bg-[#ebfafe]"
/* SCSS */
$brand: #ebfafe;
/* SwiftUI */
Color(red: 0.922, green: 0.980, blue: 0.996)
/* Android */
Color.parseColor("#ebfafe")Accessibility — WCAG contrast
Aa
#ebfafe on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfafe on black: 19.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.0%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta1.6%
Yellow0.0%
Key (black)0.4%
Color previews
#ebfafe text on a black background
contrast 19.64:1
Card sample
#ebfafe text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfafe;
Background color
Panel with #ebfafe background
background-color: #ebfafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 250, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 250, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfafe; background: linear-gradient(135deg, #ebfafe, #EBEDFE);