#b0eade
a light, vivid cyan · cool · closest name: beige
RGB
176, 234, 222
HSL
168°, 58%, 80%
CMYK
25, 0, 5, 8
Luminance
0.7335
Every format
| HEX | #b0eade |
| RGB | rgb(176, 234, 222) |
| HSL | hsl(168, 58%, 80%) |
| CMYK | cmyk(25%, 0%, 5%, 8%) |
| LAB | lab(88.6 -20.8 -0.1) |
| LCH | lch(88.6 20.8 180.4) |
| OKLCH | oklch(0.894 0.061 180.7) |
Copy-ready code
/* CSS */
color: #b0eade;
background-color: #b0eade;
/* Tailwind (arbitrary) */
class="text-[#b0eade] bg-[#b0eade]"
/* SCSS */
$brand: #b0eade;
/* SwiftUI */
Color(red: 0.690, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#b0eade")Accessibility — WCAG contrast
Aa
#b0eade on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0eade on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green91.8%
Blue87.1%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#b0eade text on a black background
contrast 15.67:1
Card sample
#b0eade text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0eade;
Background color
Panel with #b0eade background
background-color: #b0eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0eade; background: linear-gradient(135deg, #b0eade, #B0CFEA);