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