#b6fdda
a pale, electric green · cool · closest name: aquamarine
RGB
182, 253, 218
HSL
150°, 95%, 85%
CMYK
28, 0, 14, 1
Luminance
0.8526
Every format
| HEX | #b6fdda |
| RGB | rgb(182, 253, 218) |
| HSL | hsl(150, 95%, 85%) |
| CMYK | cmyk(28%, 0%, 14%, 1%) |
| LAB | lab(94.0 -29.0 9.8) |
| LCH | lch(94.0 30.6 161.4) |
| OKLCH | oklch(0.938 0.085 162.8) |
Copy-ready code
/* CSS */
color: #b6fdda;
background-color: #b6fdda;
/* Tailwind (arbitrary) */
class="text-[#b6fdda] bg-[#b6fdda]"
/* SCSS */
$brand: #b6fdda;
/* SwiftUI */
Color(red: 0.714, green: 0.992, blue: 0.855)
/* Android */
Color.parseColor("#b6fdda")Accessibility — WCAG contrast
Aa
#b6fdda on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6fdda on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green99.2%
Blue85.5%
CMYK percentages
Cyan28.1%
Magenta0.0%
Yellow13.8%
Key (black)0.8%
Color previews
#b6fdda text on a black background
contrast 18.05:1
Card sample
#b6fdda text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6fdda;
Background color
Panel with #b6fdda background
background-color: #b6fdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6fdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 253, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 253, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6fdda; background: linear-gradient(135deg, #b6fdda, #B6F1FD);