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