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