#ebfdff
a pale, electric cyan · cool · closest name: white
RGB
235, 253, 255
HSL
186°, 100%, 96%
CMYK
8, 1, 0, 0
Luminance
0.9513
Every format
| HEX | #ebfdff |
| RGB | rgb(235, 253, 255) |
| HSL | hsl(186, 100%, 96%) |
| CMYK | cmyk(8%, 1%, 0%, 0%) |
| LAB | lab(98.1 -5.5 -3.0) |
| LCH | lch(98.1 6.2 208.5) |
| OKLCH | oklch(0.981 0.019 204.9) |
Copy-ready code
/* CSS */
color: #ebfdff;
background-color: #ebfdff;
/* Tailwind (arbitrary) */
class="text-[#ebfdff] bg-[#ebfdff]"
/* SCSS */
$brand: #ebfdff;
/* SwiftUI */
Color(red: 0.922, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#ebfdff")Accessibility — WCAG contrast
Aa
#ebfdff on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfdff on black: 20.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.2%
Blue100.0%
CMYK percentages
Cyan7.8%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#ebfdff text on a black background
contrast 20.03:1
Card sample
#ebfdff text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfdff;
Background color
Panel with #ebfdff background
background-color: #ebfdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfdff; background: linear-gradient(135deg, #ebfdff, #EBF0FF);