#b3ebfe
a light, electric cyan · cool · closest name: skyblue
RGB
179, 235, 254
HSL
195°, 97%, 85%
CMYK
30, 8, 0, 0
Luminance
0.7616
Every format
| HEX | #b3ebfe |
| RGB | rgb(179, 235, 254) |
| HSL | hsl(195, 97%, 85%) |
| CMYK | cmyk(30%, 8%, 0%, 0%) |
| LAB | lab(89.9 -13.4 -14.9) |
| LCH | lch(89.9 20.1 228.0) |
| OKLCH | oklch(0.908 0.063 220.7) |
Copy-ready code
/* CSS */
color: #b3ebfe;
background-color: #b3ebfe;
/* Tailwind (arbitrary) */
class="text-[#b3ebfe] bg-[#b3ebfe]"
/* SCSS */
$brand: #b3ebfe;
/* SwiftUI */
Color(red: 0.702, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#b3ebfe")Accessibility — WCAG contrast
Aa
#b3ebfe on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3ebfe on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green92.2%
Blue99.6%
CMYK percentages
Cyan29.5%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#b3ebfe text on a black background
contrast 16.23:1
Card sample
#b3ebfe text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3ebfe;
Background color
Panel with #b3ebfe background
background-color: #b3ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3ebfe; background: linear-gradient(135deg, #b3ebfe, #B3B9FE);