#b0ebdf
a light, vivid cyan · cool · closest name: beige
RGB
176, 235, 223
HSL
168°, 60%, 81%
CMYK
25, 0, 5, 8
Luminance
0.7397
Every format
| HEX | #b0ebdf |
| RGB | rgb(176, 235, 223) |
| HSL | hsl(168, 60%, 81%) |
| CMYK | cmyk(25%, 0%, 5%, 8%) |
| LAB | lab(88.9 -21.1 -0.2) |
| LCH | lch(88.9 21.1 180.7) |
| OKLCH | oklch(0.897 0.062 180.9) |
Copy-ready code
/* CSS */
color: #b0ebdf;
background-color: #b0ebdf;
/* Tailwind (arbitrary) */
class="text-[#b0ebdf] bg-[#b0ebdf]"
/* SCSS */
$brand: #b0ebdf;
/* SwiftUI */
Color(red: 0.690, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#b0ebdf")Accessibility — WCAG contrast
Aa
#b0ebdf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ebdf on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green92.2%
Blue87.5%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#b0ebdf text on a black background
contrast 15.79:1
Card sample
#b0ebdf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ebdf;
Background color
Panel with #b0ebdf background
background-color: #b0ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ebdf; background: linear-gradient(135deg, #b0ebdf, #B0D0EB);