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