#b4eddf
a light, vivid cyan · cool · closest name: beige
RGB
180, 237, 223
HSL
165°, 61%, 82%
CMYK
24, 0, 6, 7
Luminance
0.7560
Every format
| HEX | #b4eddf |
| RGB | rgb(180, 237, 223) |
| HSL | hsl(165, 61%, 82%) |
| CMYK | cmyk(24%, 0%, 6%, 7%) |
| LAB | lab(89.7 -20.9 0.9) |
| LCH | lch(89.7 20.9 177.5) |
| OKLCH | oklch(0.903 0.061 178.1) |
Copy-ready code
/* CSS */
color: #b4eddf;
background-color: #b4eddf;
/* Tailwind (arbitrary) */
class="text-[#b4eddf] bg-[#b4eddf]"
/* SCSS */
$brand: #b4eddf;
/* SwiftUI */
Color(red: 0.706, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#b4eddf")Accessibility — WCAG contrast
Aa
#b4eddf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4eddf on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green92.9%
Blue87.5%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#b4eddf text on a black background
contrast 16.12:1
Card sample
#b4eddf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4eddf;
Background color
Panel with #b4eddf background
background-color: #b4eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4eddf; background: linear-gradient(135deg, #b4eddf, #B4D5ED);