#b6fccc
a pale, electric green · cool · closest name: aquamarine
RGB
182, 252, 204
HSL
139°, 92%, 85%
CMYK
28, 0, 19, 1
Luminance
0.8393
Every format
| HEX | #b6fccc |
| RGB | rgb(182, 252, 204) |
| HSL | hsl(139, 92%, 85%) |
| CMYK | cmyk(28%, 0%, 19%, 1%) |
| LAB | lab(93.4 -31.1 16.1) |
| LCH | lch(93.4 35.0 152.6) |
| OKLCH | oklch(0.932 0.096 154.2) |
Copy-ready code
/* CSS */
color: #b6fccc;
background-color: #b6fccc;
/* Tailwind (arbitrary) */
class="text-[#b6fccc] bg-[#b6fccc]"
/* SCSS */
$brand: #b6fccc;
/* SwiftUI */
Color(red: 0.714, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#b6fccc")Accessibility — WCAG contrast
Aa
#b6fccc on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6fccc on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green98.8%
Blue80.0%
CMYK percentages
Cyan27.8%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#b6fccc text on a black background
contrast 17.79:1
Card sample
#b6fccc text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6fccc;
Background color
Panel with #b6fccc background
background-color: #b6fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6fccc; background: linear-gradient(135deg, #b6fccc, #B6FCFB);