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