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