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