#ebfefe
a pale, electric cyan · cool · closest name: white
RGB
235, 254, 254
HSL
180°, 91%, 96%
CMYK
8, 0, 0, 0
Luminance
0.9570
Every format
| HEX | #ebfefe |
| RGB | rgb(235, 254, 254) |
| HSL | hsl(180, 91%, 96%) |
| CMYK | cmyk(8%, 0%, 0%, 0%) |
| LAB | lab(98.3 -6.2 -2.1) |
| LCH | lch(98.3 6.5 199.0) |
| OKLCH | oklch(0.983 0.020 196.8) |
Copy-ready code
/* CSS */
color: #ebfefe;
background-color: #ebfefe;
/* Tailwind (arbitrary) */
class="text-[#ebfefe] bg-[#ebfefe]"
/* SCSS */
$brand: #ebfefe;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.996)
/* Android */
Color.parseColor("#ebfefe")Accessibility — WCAG contrast
Aa
#ebfefe on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfefe on black: 20.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow0.0%
Key (black)0.4%
Color previews
#ebfefe text on a black background
contrast 20.14:1
Card sample
#ebfefe text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfefe;
Background color
Panel with #ebfefe background
background-color: #ebfefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfefe; background: linear-gradient(135deg, #ebfefe, #EBF1FE);