#b7efdf
a light, vivid cyan · cool · closest name: beige
RGB
183, 239, 223
HSL
163°, 64%, 83%
CMYK
23, 0, 7, 6
Luminance
0.7713
Every format
| HEX | #b7efdf |
| RGB | rgb(183, 239, 223) |
| HSL | hsl(163, 64%, 83%) |
| CMYK | cmyk(23%, 0%, 7%, 6%) |
| LAB | lab(90.4 -20.9 1.9) |
| LCH | lch(90.4 21.0 174.7) |
| OKLCH | oklch(0.909 0.061 175.4) |
Copy-ready code
/* CSS */
color: #b7efdf;
background-color: #b7efdf;
/* Tailwind (arbitrary) */
class="text-[#b7efdf] bg-[#b7efdf]"
/* SCSS */
$brand: #b7efdf;
/* SwiftUI */
Color(red: 0.718, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#b7efdf")Accessibility — WCAG contrast
Aa
#b7efdf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7efdf on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green93.7%
Blue87.5%
CMYK percentages
Cyan23.4%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#b7efdf text on a black background
contrast 16.43:1
Card sample
#b7efdf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7efdf;
Background color
Panel with #b7efdf background
background-color: #b7efdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7efdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7efdf; background: linear-gradient(135deg, #b7efdf, #B7DAEF);