#b6fdcd
a pale, electric green · cool · closest name: aquamarine
RGB
182, 253, 205
HSL
139°, 95%, 85%
CMYK
28, 0, 19, 1
Luminance
0.8460
Every format
| HEX | #b6fdcd |
| RGB | rgb(182, 253, 205) |
| HSL | hsl(139, 95%, 85%) |
| CMYK | cmyk(28%, 0%, 19%, 1%) |
| LAB | lab(93.7 -31.4 16.0) |
| LCH | lch(93.7 35.3 153.0) |
| OKLCH | oklch(0.934 0.096 154.6) |
Copy-ready code
/* CSS */
color: #b6fdcd;
background-color: #b6fdcd;
/* Tailwind (arbitrary) */
class="text-[#b6fdcd] bg-[#b6fdcd]"
/* SCSS */
$brand: #b6fdcd;
/* SwiftUI */
Color(red: 0.714, green: 0.992, blue: 0.804)
/* Android */
Color.parseColor("#b6fdcd")Accessibility — WCAG contrast
Aa
#b6fdcd on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6fdcd on black: 17.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green99.2%
Blue80.4%
CMYK percentages
Cyan28.1%
Magenta0.0%
Yellow19.0%
Key (black)0.8%
Color previews
#b6fdcd text on a black background
contrast 17.92:1
Card sample
#b6fdcd text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6fdcd;
Background color
Panel with #b6fdcd background
background-color: #b6fdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6fdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 253, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 253, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6fdcd; background: linear-gradient(135deg, #b6fdcd, #B6FDFC);