#b6fdbb
a pale, electric green · cool · closest name: aquamarine
RGB
182, 253, 187
HSL
124°, 95%, 85%
CMYK
28, 0, 26, 1
Luminance
0.8378
Every format
| HEX | #b6fdbb |
| RGB | rgb(182, 253, 187) |
| HSL | hsl(124, 95%, 85%) |
| CMYK | cmyk(28%, 0%, 26%, 1%) |
| LAB | lab(93.4 -34.5 24.7) |
| LCH | lch(93.4 42.5 144.4) |
| OKLCH | oklch(0.930 0.113 146.3) |
Copy-ready code
/* CSS */
color: #b6fdbb;
background-color: #b6fdbb;
/* Tailwind (arbitrary) */
class="text-[#b6fdbb] bg-[#b6fdbb]"
/* SCSS */
$brand: #b6fdbb;
/* SwiftUI */
Color(red: 0.714, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#b6fdbb")Accessibility — WCAG contrast
Aa
#b6fdbb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6fdbb on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green99.2%
Blue73.3%
CMYK percentages
Cyan28.1%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#b6fdbb text on a black background
contrast 17.76:1
Card sample
#b6fdbb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6fdbb;
Background color
Panel with #b6fdbb background
background-color: #b6fdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6fdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6fdbb; background: linear-gradient(135deg, #b6fdbb, #B6FDEA);