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