#b0e5df
a light, vivid cyan · cool · closest name: skyblue
RGB
176, 229, 223
HSL
173°, 51%, 79%
CMYK
23, 0, 3, 10
Luminance
0.7060
Every format
| HEX | #b0e5df |
| RGB | rgb(176, 229, 223) |
| HSL | hsl(173, 51%, 79%) |
| CMYK | cmyk(23%, 0%, 3%, 10%) |
| LAB | lab(87.3 -18.1 -2.6) |
| LCH | lch(87.3 18.3 188.2) |
| OKLCH | oklch(0.884 0.055 187.6) |
Copy-ready code
/* CSS */
color: #b0e5df;
background-color: #b0e5df;
/* Tailwind (arbitrary) */
class="text-[#b0e5df] bg-[#b0e5df]"
/* SCSS */
$brand: #b0e5df;
/* SwiftUI */
Color(red: 0.690, green: 0.898, blue: 0.875)
/* Android */
Color.parseColor("#b0e5df")Accessibility — WCAG contrast
Aa
#b0e5df on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0e5df on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green89.8%
Blue87.5%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow2.6%
Key (black)10.2%
Color previews
#b0e5df text on a black background
contrast 15.12:1
Card sample
#b0e5df text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0e5df;
Background color
Panel with #b0e5df background
background-color: #b0e5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0e5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 229, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 229, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0e5df; background: linear-gradient(135deg, #b0e5df, #B0C8E5);