#b0ebed
a light, vivid cyan · cool · closest name: skyblue
RGB
176, 235, 237
HSL
182°, 63%, 81%
CMYK
26, 1, 0, 7
Luminance
0.7476
Every format
| HEX | #b0ebed |
| RGB | rgb(176, 235, 237) |
| HSL | hsl(182, 63%, 81%) |
| CMYK | cmyk(26%, 1%, 0%, 7%) |
| LAB | lab(89.3 -18.1 -7.0) |
| LCH | lch(89.3 19.4 201.2) |
| OKLCH | oklch(0.901 0.060 198.8) |
Copy-ready code
/* CSS */
color: #b0ebed;
background-color: #b0ebed;
/* Tailwind (arbitrary) */
class="text-[#b0ebed] bg-[#b0ebed]"
/* SCSS */
$brand: #b0ebed;
/* SwiftUI */
Color(red: 0.690, green: 0.922, blue: 0.929)
/* Android */
Color.parseColor("#b0ebed")Accessibility — WCAG contrast
Aa
#b0ebed on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ebed on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green92.2%
Blue92.9%
CMYK percentages
Cyan25.7%
Magenta0.8%
Yellow0.0%
Key (black)7.1%
Color previews
#b0ebed text on a black background
contrast 15.95:1
Card sample
#b0ebed text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ebed;
Background color
Panel with #b0ebed background
background-color: #b0ebed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ebed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 235, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 235, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ebed; background: linear-gradient(135deg, #b0ebed, #B0C2ED);