#b6ffd0
a pale, electric green · cool · closest name: aquamarine
RGB
182, 255, 208
HSL
141°, 100%, 86%
CMYK
29, 0, 18, 0
Luminance
0.8602
Every format
| HEX | #b6ffd0 |
| RGB | rgb(182, 255, 208) |
| HSL | hsl(141, 100%, 86%) |
| CMYK | cmyk(29%, 0%, 18%, 0%) |
| LAB | lab(94.3 -31.8 15.3) |
| LCH | lch(94.3 35.3 154.2) |
| OKLCH | oklch(0.940 0.097 155.8) |
Copy-ready code
/* CSS */
color: #b6ffd0;
background-color: #b6ffd0;
/* Tailwind (arbitrary) */
class="text-[#b6ffd0] bg-[#b6ffd0]"
/* SCSS */
$brand: #b6ffd0;
/* SwiftUI */
Color(red: 0.714, green: 1.000, blue: 0.816)
/* Android */
Color.parseColor("#b6ffd0")Accessibility — WCAG contrast
Aa
#b6ffd0 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6ffd0 on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green100.0%
Blue81.6%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow18.4%
Key (black)0.0%
Color previews
#b6ffd0 text on a black background
contrast 18.20:1
Card sample
#b6ffd0 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6ffd0;
Background color
Panel with #b6ffd0 background
background-color: #b6ffd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6ffd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 255, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 255, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6ffd0; background: linear-gradient(135deg, #b6ffd0, #B6FDFF);