#005230
a deep, electric green · cool · closest name: seagreen
RGB
0, 82, 48
HSL
155°, 100%, 16%
CMYK
100, 0, 42, 68
Luminance
0.0625
Every format
| HEX | #005230 |
| RGB | rgb(0, 82, 48) |
| HSL | hsl(155, 100%, 16%) |
| CMYK | cmyk(100%, 0%, 42%, 68%) |
| LAB | lab(30.0 -31.3 13.9) |
| LCH | lch(30.0 34.2 156.0) |
| OKLCH | oklch(0.386 0.091 157.5) |
Copy-ready code
/* CSS */
color: #005230;
background-color: #005230;
/* Tailwind (arbitrary) */
class="text-[#005230] bg-[#005230]"
/* SCSS */
$brand: #005230;
/* SwiftUI */
Color(red: 0.000, green: 0.322, blue: 0.188)
/* Android */
Color.parseColor("#005230")Accessibility — WCAG contrast
Aa
#005230 on white: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005230 on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green32.2%
Blue18.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow41.5%
Key (black)67.8%
Color previews
#005230 text on a black background
contrast 2.25:1
Card sample
#005230 text on a white background
contrast 9.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005230;
Background color
Panel with #005230 background
background-color: #005230;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005230;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 82, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 82, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005230; background: linear-gradient(135deg, #005230, #003D52);