#b3ebfc
a light, electric cyan · cool · closest name: skyblue
RGB
179, 235, 252
HSL
194°, 92%, 85%
CMYK
29, 7, 0, 1
Luminance
0.7603
Every format
| HEX | #b3ebfc |
| RGB | rgb(179, 235, 252) |
| HSL | hsl(194, 92%, 85%) |
| CMYK | cmyk(29%, 7%, 0%, 1%) |
| LAB | lab(89.9 -13.9 -14.0) |
| LCH | lch(89.9 19.7 225.2) |
| OKLCH | oklch(0.907 0.061 218.4) |
Copy-ready code
/* CSS */
color: #b3ebfc;
background-color: #b3ebfc;
/* Tailwind (arbitrary) */
class="text-[#b3ebfc] bg-[#b3ebfc]"
/* SCSS */
$brand: #b3ebfc;
/* SwiftUI */
Color(red: 0.702, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#b3ebfc")Accessibility — WCAG contrast
Aa
#b3ebfc on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3ebfc on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green92.2%
Blue98.8%
CMYK percentages
Cyan29.0%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#b3ebfc text on a black background
contrast 16.21:1
Card sample
#b3ebfc text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3ebfc;
Background color
Panel with #b3ebfc background
background-color: #b3ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3ebfc; background: linear-gradient(135deg, #b3ebfc, #B3BAFC);