#36ffba
a balanced, electric green · cool · closest name: aquamarine
RGB
54, 255, 186
HSL
159°, 100%, 61%
CMYK
79, 0, 27, 0
Luminance
0.7585
Every format
| HEX | #36ffba |
| RGB | rgb(54, 255, 186) |
| HSL | hsl(159, 100%, 61%) |
| CMYK | cmyk(79%, 0%, 27%, 0%) |
| LAB | lab(89.8 -63.0 19.7) |
| LCH | lch(89.8 66.0 162.7) |
| OKLCH | oklch(0.890 0.180 163.8) |
Copy-ready code
/* CSS */
color: #36ffba;
background-color: #36ffba;
/* Tailwind (arbitrary) */
class="text-[#36ffba] bg-[#36ffba]"
/* SCSS */
$brand: #36ffba;
/* SwiftUI */
Color(red: 0.212, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#36ffba")Accessibility — WCAG contrast
Aa
#36ffba on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#36ffba on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green100.0%
Blue72.9%
CMYK percentages
Cyan78.8%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#36ffba text on a black background
contrast 16.17:1
Card sample
#36ffba text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36ffba;
Background color
Panel with #36ffba background
background-color: #36ffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36ffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36ffba; background: linear-gradient(135deg, #36ffba, #36BEFF);