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