#006633
a deep, electric green · cool · closest name: seagreen
RGB
0, 102, 51
HSL
150°, 100%, 20%
CMYK
100, 0, 50, 60
Luminance
0.0974
Every format
| HEX | #006633 |
| RGB | rgb(0, 102, 51) |
| HSL | hsl(150, 100%, 20%) |
| CMYK | cmyk(100%, 0%, 50%, 60%) |
| LAB | lab(37.4 -38.5 21.7) |
| LCH | lch(37.4 44.2 150.5) |
| OKLCH | oklch(0.447 0.116 152.7) |
Copy-ready code
/* CSS */
color: #006633;
background-color: #006633;
/* Tailwind (arbitrary) */
class="text-[#006633] bg-[#006633]"
/* SCSS */
$brand: #006633;
/* SwiftUI */
Color(red: 0.000, green: 0.400, blue: 0.200)
/* Android */
Color.parseColor("#006633")Accessibility — WCAG contrast
Aa
#006633 on white: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#006633 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green40.0%
Blue20.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow50.0%
Key (black)60.0%
Color previews
#006633 text on a black background
contrast 2.95:1
Card sample
#006633 text on a white background
contrast 7.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006633;
Background color
Panel with #006633 background
background-color: #006633;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006633;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 102, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 102, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006633; background: linear-gradient(135deg, #006633, #005566);