#b4eedf
a light, vivid cyan · cool · closest name: beige
RGB
180, 238, 223
HSL
165°, 63%, 82%
CMYK
24, 0, 6, 7
Luminance
0.7618
Every format
| HEX | #b4eedf |
| RGB | rgb(180, 238, 223) |
| HSL | hsl(165, 63%, 82%) |
| CMYK | cmyk(24%, 0%, 6%, 7%) |
| LAB | lab(89.9 -21.4 1.3) |
| LCH | lch(89.9 21.4 176.5) |
| OKLCH | oklch(0.905 0.062 177.2) |
Copy-ready code
/* CSS */
color: #b4eedf;
background-color: #b4eedf;
/* Tailwind (arbitrary) */
class="text-[#b4eedf] bg-[#b4eedf]"
/* SCSS */
$brand: #b4eedf;
/* SwiftUI */
Color(red: 0.706, green: 0.933, blue: 0.875)
/* Android */
Color.parseColor("#b4eedf")Accessibility — WCAG contrast
Aa
#b4eedf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4eedf on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green93.3%
Blue87.5%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow6.3%
Key (black)6.7%
Color previews
#b4eedf text on a black background
contrast 16.24:1
Card sample
#b4eedf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4eedf;
Background color
Panel with #b4eedf background
background-color: #b4eedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4eedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 238, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 238, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4eedf; background: linear-gradient(135deg, #b4eedf, #B4D6EE);