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