#006135
a deep, electric green · cool · closest name: seagreen
RGB
0, 97, 53
HSL
153°, 100%, 19%
CMYK
100, 0, 45, 62
Luminance
0.0881
Every format
| HEX | #006135 |
| RGB | rgb(0, 97, 53) |
| HSL | hsl(153, 100%, 19%) |
| CMYK | cmyk(100%, 0%, 45%, 62%) |
| LAB | lab(35.6 -36.1 18.3) |
| LCH | lch(35.6 40.5 153.2) |
| OKLCH | oklch(0.433 0.107 155.0) |
Copy-ready code
/* CSS */
color: #006135;
background-color: #006135;
/* Tailwind (arbitrary) */
class="text-[#006135] bg-[#006135]"
/* SCSS */
$brand: #006135;
/* SwiftUI */
Color(red: 0.000, green: 0.380, blue: 0.208)
/* Android */
Color.parseColor("#006135")Accessibility — WCAG contrast
Aa
#006135 on white: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#006135 on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green38.0%
Blue20.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow45.4%
Key (black)62.0%
Color previews
#006135 text on a black background
contrast 2.76:1
Card sample
#006135 text on a white background
contrast 7.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006135;
Background color
Panel with #006135 background
background-color: #006135;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006135;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 97, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 97, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006135; background: linear-gradient(135deg, #006135, #004C61);