#b4ebda
a light, vivid cyan · cool · closest name: beige
RGB
180, 235, 218
HSL
162°, 58%, 81%
CMYK
23, 0, 7, 8
Luminance
0.7418
Every format
| HEX | #b4ebda |
| RGB | rgb(180, 235, 218) |
| HSL | hsl(162, 58%, 81%) |
| CMYK | cmyk(23%, 0%, 7%, 8%) |
| LAB | lab(89.0 -20.9 2.5) |
| LCH | lch(89.0 21.1 173.1) |
| OKLCH | oklch(0.897 0.061 173.9) |
Copy-ready code
/* CSS */
color: #b4ebda;
background-color: #b4ebda;
/* Tailwind (arbitrary) */
class="text-[#b4ebda] bg-[#b4ebda]"
/* SCSS */
$brand: #b4ebda;
/* SwiftUI */
Color(red: 0.706, green: 0.922, blue: 0.855)
/* Android */
Color.parseColor("#b4ebda")Accessibility — WCAG contrast
Aa
#b4ebda on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4ebda on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green92.2%
Blue85.5%
CMYK percentages
Cyan23.4%
Magenta0.0%
Yellow7.2%
Key (black)7.8%
Color previews
#b4ebda text on a black background
contrast 15.84:1
Card sample
#b4ebda text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4ebda;
Background color
Panel with #b4ebda background
background-color: #b4ebda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4ebda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 235, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 235, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4ebda; background: linear-gradient(135deg, #b4ebda, #B4D7EB);