#ebfafa
a pale, vivid cyan · cool · closest name: white
RGB
235, 250, 250
HSL
180°, 60%, 95%
CMYK
6, 0, 0, 2
Luminance
0.9294
Every format
| HEX | #ebfafa |
| RGB | rgb(235, 250, 250) |
| HSL | hsl(180, 60%, 95%) |
| CMYK | cmyk(6%, 0%, 0%, 2%) |
| LAB | lab(97.2 -4.9 -1.7) |
| LCH | lch(97.2 5.2 199.0) |
| OKLCH | oklch(0.974 0.016 196.9) |
Copy-ready code
/* CSS */
color: #ebfafa;
background-color: #ebfafa;
/* Tailwind (arbitrary) */
class="text-[#ebfafa] bg-[#ebfafa]"
/* SCSS */
$brand: #ebfafa;
/* SwiftUI */
Color(red: 0.922, green: 0.980, blue: 0.980)
/* Android */
Color.parseColor("#ebfafa")Accessibility — WCAG contrast
Aa
#ebfafa on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfafa on black: 19.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.0%
Blue98.0%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow0.0%
Key (black)2.0%
Color previews
#ebfafa text on a black background
contrast 19.59:1
Card sample
#ebfafa text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfafa;
Background color
Panel with #ebfafa background
background-color: #ebfafa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfafa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 250, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 250, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfafa; background: linear-gradient(135deg, #ebfafa, #EBF0FA);