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