#b4ecdf
a light, vivid cyan · cool · closest name: beige
RGB
180, 236, 223
HSL
166°, 60%, 82%
CMYK
24, 0, 6, 8
Luminance
0.7502
Every format
| HEX | #b4ecdf |
| RGB | rgb(180, 236, 223) |
| HSL | hsl(166, 60%, 82%) |
| CMYK | cmyk(24%, 0%, 6%, 8%) |
| LAB | lab(89.4 -20.4 0.5) |
| LCH | lch(89.4 20.4 178.6) |
| OKLCH | oklch(0.901 0.060 179.0) |
Copy-ready code
/* CSS */
color: #b4ecdf;
background-color: #b4ecdf;
/* Tailwind (arbitrary) */
class="text-[#b4ecdf] bg-[#b4ecdf]"
/* SCSS */
$brand: #b4ecdf;
/* SwiftUI */
Color(red: 0.706, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#b4ecdf")Accessibility — WCAG contrast
Aa
#b4ecdf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4ecdf on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green92.5%
Blue87.5%
CMYK percentages
Cyan23.7%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#b4ecdf text on a black background
contrast 16.00:1
Card sample
#b4ecdf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4ecdf;
Background color
Panel with #b4ecdf background
background-color: #b4ecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4ecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4ecdf; background: linear-gradient(135deg, #b4ecdf, #B4D4EC);