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