#b0ebfc
a light, electric cyan · cool · closest name: skyblue
RGB
176, 235, 252
HSL
193°, 93%, 84%
CMYK
30, 7, 0, 1
Luminance
0.7568
Every format
| HEX | #b0ebfc |
| RGB | rgb(176, 235, 252) |
| HSL | hsl(193, 93%, 84%) |
| CMYK | cmyk(30%, 7%, 0%, 1%) |
| LAB | lab(89.7 -14.7 -14.2) |
| LCH | lch(89.7 20.5 224.1) |
| OKLCH | oklch(0.906 0.064 217.4) |
Copy-ready code
/* CSS */
color: #b0ebfc;
background-color: #b0ebfc;
/* Tailwind (arbitrary) */
class="text-[#b0ebfc] bg-[#b0ebfc]"
/* SCSS */
$brand: #b0ebfc;
/* SwiftUI */
Color(red: 0.690, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#b0ebfc")Accessibility — WCAG contrast
Aa
#b0ebfc on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ebfc on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green92.2%
Blue98.8%
CMYK percentages
Cyan30.2%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#b0ebfc text on a black background
contrast 16.14:1
Card sample
#b0ebfc text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ebfc;
Background color
Panel with #b0ebfc background
background-color: #b0ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ebfc; background: linear-gradient(135deg, #b0ebfc, #B0B8FC);