#088933
a dark, electric green · cool · closest name: forestgreen
RGB
8, 137, 51
HSL
140°, 89%, 28%
CMYK
94, 0, 63, 46
Luminance
0.1818
Every format
| HEX | #088933 |
| RGB | rgb(8, 137, 51) |
| HSL | hsl(140, 89%, 28%) |
| CMYK | cmyk(94%, 0%, 63%, 46%) |
| LAB | lab(49.7 -50.1 36.6) |
| LCH | lch(49.7 62.0 143.8) |
| OKLCH | oklch(0.550 0.160 147.3) |
Copy-ready code
/* CSS */
color: #088933;
background-color: #088933;
/* Tailwind (arbitrary) */
class="text-[#088933] bg-[#088933]"
/* SCSS */
$brand: #088933;
/* SwiftUI */
Color(red: 0.031, green: 0.537, blue: 0.200)
/* Android */
Color.parseColor("#088933")Accessibility — WCAG contrast
Aa
#088933 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#088933 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green53.7%
Blue20.0%
CMYK percentages
Cyan94.2%
Magenta0.0%
Yellow62.8%
Key (black)46.3%
Color previews
#088933 text on a black background
contrast 4.64:1
Card sample
#088933 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #088933;
Background color
Panel with #088933 background
background-color: #088933;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #088933;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 137, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 137, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #088933; background: linear-gradient(135deg, #088933, #088989);