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