#27a700
a dark, electric green · cool · closest name: green
RGB
39, 167, 0
HSL
106°, 100%, 33%
CMYK
77, 0, 100, 35
Luminance
0.2807
Every format
| HEX | #27a700 |
| RGB | rgb(39, 167, 0) |
| HSL | hsl(106, 100%, 33%) |
| CMYK | cmyk(77%, 0%, 100%, 35%) |
| LAB | lab(60.0 -59.3 61.1) |
| LCH | lch(60.0 85.1 134.1) |
| OKLCH | oklch(0.635 0.209 140.9) |
Copy-ready code
/* CSS */
color: #27a700;
background-color: #27a700;
/* Tailwind (arbitrary) */
class="text-[#27a700] bg-[#27a700]"
/* SCSS */
$brand: #27a700;
/* SwiftUI */
Color(red: 0.153, green: 0.655, blue: 0.000)
/* Android */
Color.parseColor("#27a700")Accessibility — WCAG contrast
Aa
#27a700 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#27a700 on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green65.5%
Blue0.0%
CMYK percentages
Cyan76.6%
Magenta0.0%
Yellow100.0%
Key (black)34.5%
Color previews
#27a700 text on a black background
contrast 6.61:1
Card sample
#27a700 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27a700;
Background color
Panel with #27a700 background
background-color: #27a700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27a700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 167, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 167, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27a700; background: linear-gradient(135deg, #27a700, #00A748);