#b0ecdf
a light, vivid cyan · cool · closest name: beige
RGB
176, 236, 223
HSL
167°, 61%, 81%
CMYK
25, 0, 6, 8
Luminance
0.7455
Every format
| HEX | #b0ecdf |
| RGB | rgb(176, 236, 223) |
| HSL | hsl(167, 61%, 81%) |
| CMYK | cmyk(25%, 0%, 6%, 8%) |
| LAB | lab(89.2 -21.6 0.1) |
| LCH | lch(89.2 21.6 179.6) |
| OKLCH | oklch(0.899 0.063 179.9) |
Copy-ready code
/* CSS */
color: #b0ecdf;
background-color: #b0ecdf;
/* Tailwind (arbitrary) */
class="text-[#b0ecdf] bg-[#b0ecdf]"
/* SCSS */
$brand: #b0ecdf;
/* SwiftUI */
Color(red: 0.690, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#b0ecdf")Accessibility — WCAG contrast
Aa
#b0ecdf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ecdf on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green92.5%
Blue87.5%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#b0ecdf text on a black background
contrast 15.91:1
Card sample
#b0ecdf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ecdf;
Background color
Panel with #b0ecdf background
background-color: #b0ecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ecdf; background: linear-gradient(135deg, #b0ecdf, #B0D1EC);