#b6ffd6
a pale, electric green · cool · closest name: aquamarine
RGB
182, 255, 214
HSL
146°, 100%, 86%
CMYK
29, 0, 16, 0
Luminance
0.8632
Every format
| HEX | #b6ffd6 |
| RGB | rgb(182, 255, 214) |
| HSL | hsl(146, 100%, 86%) |
| CMYK | cmyk(29%, 0%, 16%, 0%) |
| LAB | lab(94.5 -30.7 12.4) |
| LCH | lch(94.5 33.1 157.9) |
| OKLCH | oklch(0.941 0.091 159.4) |
Copy-ready code
/* CSS */
color: #b6ffd6;
background-color: #b6ffd6;
/* Tailwind (arbitrary) */
class="text-[#b6ffd6] bg-[#b6ffd6]"
/* SCSS */
$brand: #b6ffd6;
/* SwiftUI */
Color(red: 0.714, green: 1.000, blue: 0.839)
/* Android */
Color.parseColor("#b6ffd6")Accessibility — WCAG contrast
Aa
#b6ffd6 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6ffd6 on black: 18.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green100.0%
Blue83.9%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow16.1%
Key (black)0.0%
Color previews
#b6ffd6 text on a black background
contrast 18.26:1
Card sample
#b6ffd6 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6ffd6;
Background color
Panel with #b6ffd6 background
background-color: #b6ffd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6ffd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 255, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 255, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6ffd6; background: linear-gradient(135deg, #b6ffd6, #B6F7FF);