#b0edf6
a light, electric cyan · cool · closest name: skyblue
RGB
176, 237, 246
HSL
188°, 80%, 83%
CMYK
29, 4, 0, 4
Luminance
0.7645
Every format
| HEX | #b0edf6 |
| RGB | rgb(176, 237, 246) |
| HSL | hsl(188, 80%, 83%) |
| CMYK | cmyk(29%, 4%, 0%, 4%) |
| LAB | lab(90.1 -17.1 -10.6) |
| LCH | lch(90.1 20.1 211.7) |
| OKLCH | oklch(0.908 0.063 207.4) |
Copy-ready code
/* CSS */
color: #b0edf6;
background-color: #b0edf6;
/* Tailwind (arbitrary) */
class="text-[#b0edf6] bg-[#b0edf6]"
/* SCSS */
$brand: #b0edf6;
/* SwiftUI */
Color(red: 0.690, green: 0.929, blue: 0.965)
/* Android */
Color.parseColor("#b0edf6")Accessibility — WCAG contrast
Aa
#b0edf6 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0edf6 on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green92.9%
Blue96.5%
CMYK percentages
Cyan28.5%
Magenta3.7%
Yellow0.0%
Key (black)3.5%
Color previews
#b0edf6 text on a black background
contrast 16.29:1
Card sample
#b0edf6 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0edf6;
Background color
Panel with #b0edf6 background
background-color: #b0edf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0edf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 237, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 237, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0edf6; background: linear-gradient(135deg, #b0edf6, #B0BEF6);