#006630
a deep, electric green · cool · closest name: seagreen
RGB
0, 102, 48
HSL
148°, 100%, 20%
CMYK
100, 0, 53, 60
Luminance
0.0972
Every format
| HEX | #006630 |
| RGB | rgb(0, 102, 48) |
| HSL | hsl(148, 100%, 20%) |
| CMYK | cmyk(100%, 0%, 53%, 60%) |
| LAB | lab(37.3 -39.0 23.4) |
| LCH | lch(37.3 45.5 149.1) |
| OKLCH | oklch(0.447 0.119 151.5) |
Copy-ready code
/* CSS */
color: #006630;
background-color: #006630;
/* Tailwind (arbitrary) */
class="text-[#006630] bg-[#006630]"
/* SCSS */
$brand: #006630;
/* SwiftUI */
Color(red: 0.000, green: 0.400, blue: 0.188)
/* Android */
Color.parseColor("#006630")Accessibility — WCAG contrast
Aa
#006630 on white: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#006630 on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green40.0%
Blue18.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow52.9%
Key (black)60.0%
Color previews
#006630 text on a black background
contrast 2.94:1
Card sample
#006630 text on a white background
contrast 7.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006630;
Background color
Panel with #006630 background
background-color: #006630;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006630;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 102, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 102, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006630; background: linear-gradient(135deg, #006630, #005866);