#ebfcfd
a pale, electric cyan · cool · closest name: white
RGB
235, 252, 253
HSL
183°, 82%, 96%
CMYK
7, 0, 0, 1
Luminance
0.9437
Every format
| HEX | #ebfcfd |
| RGB | rgb(235, 252, 253) |
| HSL | hsl(183, 82%, 96%) |
| CMYK | cmyk(7%, 0%, 0%, 1%) |
| LAB | lab(97.8 -5.3 -2.4) |
| LCH | lch(97.8 5.9 204.1) |
| OKLCH | oklch(0.979 0.018 201.1) |
Copy-ready code
/* CSS */
color: #ebfcfd;
background-color: #ebfcfd;
/* Tailwind (arbitrary) */
class="text-[#ebfcfd] bg-[#ebfcfd]"
/* SCSS */
$brand: #ebfcfd;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#ebfcfd")Accessibility — WCAG contrast
Aa
#ebfcfd on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfcfd on black: 19.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#ebfcfd text on a black background
contrast 19.87:1
Card sample
#ebfcfd text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfcfd;
Background color
Panel with #ebfcfd background
background-color: #ebfcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfcfd; background: linear-gradient(135deg, #ebfcfd, #EBF0FD);