#b0e2df
a light, vivid cyan · cool · closest name: skyblue
RGB
176, 226, 223
HSL
176°, 46%, 79%
CMYK
22, 0, 1, 11
Luminance
0.6895
Every format
| HEX | #b0e2df |
| RGB | rgb(176, 226, 223) |
| HSL | hsl(176, 46%, 79%) |
| CMYK | cmyk(22%, 0%, 1%, 11%) |
| LAB | lab(86.5 -16.6 -3.8) |
| LCH | lch(86.5 17.0 192.9) |
| OKLCH | oklch(0.877 0.052 191.7) |
Copy-ready code
/* CSS */
color: #b0e2df;
background-color: #b0e2df;
/* Tailwind (arbitrary) */
class="text-[#b0e2df] bg-[#b0e2df]"
/* SCSS */
$brand: #b0e2df;
/* SwiftUI */
Color(red: 0.690, green: 0.886, blue: 0.875)
/* Android */
Color.parseColor("#b0e2df")Accessibility — WCAG contrast
Aa
#b0e2df on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0e2df on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green88.6%
Blue87.5%
CMYK percentages
Cyan22.1%
Magenta0.0%
Yellow1.3%
Key (black)11.4%
Color previews
#b0e2df text on a black background
contrast 14.79:1
Card sample
#b0e2df text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0e2df;
Background color
Panel with #b0e2df background
background-color: #b0e2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0e2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 226, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 226, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0e2df; background: linear-gradient(135deg, #b0e2df, #B0C4E2);