#b0ebfa
a light, electric cyan · cool · closest name: skyblue
RGB
176, 235, 250
HSL
192°, 88%, 84%
CMYK
30, 6, 0, 2
Luminance
0.7555
Every format
| HEX | #b0ebfa |
| RGB | rgb(176, 235, 250) |
| HSL | hsl(192, 88%, 84%) |
| CMYK | cmyk(30%, 6%, 0%, 2%) |
| LAB | lab(89.7 -15.2 -13.3) |
| LCH | lch(89.7 20.2 221.2) |
| OKLCH | oklch(0.905 0.063 215.1) |
Copy-ready code
/* CSS */
color: #b0ebfa;
background-color: #b0ebfa;
/* Tailwind (arbitrary) */
class="text-[#b0ebfa] bg-[#b0ebfa]"
/* SCSS */
$brand: #b0ebfa;
/* SwiftUI */
Color(red: 0.690, green: 0.922, blue: 0.980)
/* Android */
Color.parseColor("#b0ebfa")Accessibility — WCAG contrast
Aa
#b0ebfa on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ebfa on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green92.2%
Blue98.0%
CMYK percentages
Cyan29.6%
Magenta6.0%
Yellow0.0%
Key (black)2.0%
Color previews
#b0ebfa text on a black background
contrast 16.11:1
Card sample
#b0ebfa text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ebfa;
Background color
Panel with #b0ebfa background
background-color: #b0ebfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ebfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 235, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 235, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ebfa; background: linear-gradient(135deg, #b0ebfa, #B0B9FA);