#27c607
a dark, electric green · cool · closest name: lime
RGB
39, 198, 7
HSL
110°, 93%, 40%
CMYK
80, 0, 97, 22
Luminance
0.4083
Every format
| HEX | #27c607 |
| RGB | rgb(39, 198, 7) |
| HSL | hsl(110, 93%, 40%) |
| CMYK | cmyk(80%, 0%, 97%, 22%) |
| LAB | lab(70.1 -68.3 68.4) |
| LCH | lch(70.1 96.7 135.0) |
| OKLCH | oklch(0.720 0.238 141.6) |
Copy-ready code
/* CSS */
color: #27c607;
background-color: #27c607;
/* Tailwind (arbitrary) */
class="text-[#27c607] bg-[#27c607]"
/* SCSS */
$brand: #27c607;
/* SwiftUI */
Color(red: 0.153, green: 0.776, blue: 0.027)
/* Android */
Color.parseColor("#27c607")Accessibility — WCAG contrast
Aa
#27c607 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#27c607 on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green77.6%
Blue2.7%
CMYK percentages
Cyan80.3%
Magenta0.0%
Yellow96.5%
Key (black)22.4%
Color previews
#27c607 text on a black background
contrast 9.17:1
Card sample
#27c607 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27c607;
Background color
Panel with #27c607 background
background-color: #27c607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27c607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 198, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 198, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27c607; background: linear-gradient(135deg, #27c607, #07C666);