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