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