#b3ebfa
a light, electric cyan · cool · closest name: skyblue
RGB
179, 235, 250
HSL
193°, 88%, 84%
CMYK
28, 6, 0, 2
Luminance
0.7590
Every format
| HEX | #b3ebfa |
| RGB | rgb(179, 235, 250) |
| HSL | hsl(193, 88%, 84%) |
| CMYK | cmyk(28%, 6%, 0%, 2%) |
| LAB | lab(89.8 -14.3 -13.0) |
| LCH | lch(89.8 19.4 222.2) |
| OKLCH | oklch(0.907 0.060 216.0) |
Copy-ready code
/* CSS */
color: #b3ebfa;
background-color: #b3ebfa;
/* Tailwind (arbitrary) */
class="text-[#b3ebfa] bg-[#b3ebfa]"
/* SCSS */
$brand: #b3ebfa;
/* SwiftUI */
Color(red: 0.702, green: 0.922, blue: 0.980)
/* Android */
Color.parseColor("#b3ebfa")Accessibility — WCAG contrast
Aa
#b3ebfa on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3ebfa on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green92.2%
Blue98.0%
CMYK percentages
Cyan28.4%
Magenta6.0%
Yellow0.0%
Key (black)2.0%
Color previews
#b3ebfa text on a black background
contrast 16.18:1
Card sample
#b3ebfa text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3ebfa;
Background color
Panel with #b3ebfa background
background-color: #b3ebfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3ebfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 235, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 235, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3ebfa; background: linear-gradient(135deg, #b3ebfa, #B3BCFA);