#b5ebdf
a light, vivid cyan · cool · closest name: beige
RGB
181, 235, 223
HSL
167°, 57%, 82%
CMYK
23, 0, 5, 8
Luminance
0.7457
Every format
| HEX | #b5ebdf |
| RGB | rgb(181, 235, 223) |
| HSL | hsl(167, 57%, 82%) |
| CMYK | cmyk(23%, 0%, 5%, 8%) |
| LAB | lab(89.2 -19.6 0.2) |
| LCH | lch(89.2 19.6 179.4) |
| OKLCH | oklch(0.899 0.058 179.8) |
Copy-ready code
/* CSS */
color: #b5ebdf;
background-color: #b5ebdf;
/* Tailwind (arbitrary) */
class="text-[#b5ebdf] bg-[#b5ebdf]"
/* SCSS */
$brand: #b5ebdf;
/* SwiftUI */
Color(red: 0.710, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#b5ebdf")Accessibility — WCAG contrast
Aa
#b5ebdf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5ebdf on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green92.2%
Blue87.5%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#b5ebdf text on a black background
contrast 15.91:1
Card sample
#b5ebdf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5ebdf;
Background color
Panel with #b5ebdf background
background-color: #b5ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5ebdf; background: linear-gradient(135deg, #b5ebdf, #B5D3EB);