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