#b7ffdb
a pale, electric green · cool · closest name: aquamarine
RGB
183, 255, 219
HSL
150°, 100%, 86%
CMYK
28, 0, 14, 0
Luminance
0.8670
Every format
| HEX | #b7ffdb |
| RGB | rgb(183, 255, 219) |
| HSL | hsl(150, 100%, 86%) |
| CMYK | cmyk(28%, 0%, 14%, 0%) |
| LAB | lab(94.6 -29.4 10.1) |
| LCH | lch(94.6 31.1 161.0) |
| OKLCH | oklch(0.943 0.087 162.4) |
Copy-ready code
/* CSS */
color: #b7ffdb;
background-color: #b7ffdb;
/* Tailwind (arbitrary) */
class="text-[#b7ffdb] bg-[#b7ffdb]"
/* SCSS */
$brand: #b7ffdb;
/* SwiftUI */
Color(red: 0.718, green: 1.000, blue: 0.859)
/* Android */
Color.parseColor("#b7ffdb")Accessibility — WCAG contrast
Aa
#b7ffdb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7ffdb on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green100.0%
Blue85.9%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow14.1%
Key (black)0.0%
Color previews
#b7ffdb text on a black background
contrast 18.34:1
Card sample
#b7ffdb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7ffdb;
Background color
Panel with #b7ffdb background
background-color: #b7ffdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7ffdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 255, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 255, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7ffdb; background: linear-gradient(135deg, #b7ffdb, #B7F3FF);