#b7fadf
a light, electric green · cool · closest name: aquamarine
RGB
183, 250, 223
HSL
156°, 87%, 85%
CMYK
27, 0, 11, 2
Luminance
0.8377
Every format
| HEX | #b7fadf |
| RGB | rgb(183, 250, 223) |
| HSL | hsl(156, 87%, 85%) |
| CMYK | cmyk(27%, 0%, 11%, 2%) |
| LAB | lab(93.3 -26.3 6.3) |
| LCH | lch(93.3 27.0 166.6) |
| OKLCH | oklch(0.933 0.076 167.8) |
Copy-ready code
/* CSS */
color: #b7fadf;
background-color: #b7fadf;
/* Tailwind (arbitrary) */
class="text-[#b7fadf] bg-[#b7fadf]"
/* SCSS */
$brand: #b7fadf;
/* SwiftUI */
Color(red: 0.718, green: 0.980, blue: 0.875)
/* Android */
Color.parseColor("#b7fadf")Accessibility — WCAG contrast
Aa
#b7fadf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7fadf on black: 17.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green98.0%
Blue87.5%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow10.8%
Key (black)2.0%
Color previews
#b7fadf text on a black background
contrast 17.75:1
Card sample
#b7fadf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7fadf;
Background color
Panel with #b7fadf background
background-color: #b7fadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7fadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 250, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 250, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7fadf; background: linear-gradient(135deg, #b7fadf, #B7E8FA);