#236721
a dark, vivid green · cool · closest name: seagreen
RGB
35, 103, 33
HSL
118°, 52%, 27%
CMYK
66, 0, 68, 60
Luminance
0.1017
Every format
| HEX | #236721 |
| RGB | rgb(35, 103, 33) |
| HSL | hsl(118, 52%, 27%) |
| CMYK | cmyk(66%, 0%, 68%, 60%) |
| LAB | lab(38.1 -36.3 32.3) |
| LCH | lch(38.1 48.6 138.3) |
| OKLCH | oklch(0.455 0.124 142.8) |
Copy-ready code
/* CSS */
color: #236721;
background-color: #236721;
/* Tailwind (arbitrary) */
class="text-[#236721] bg-[#236721]"
/* SCSS */
$brand: #236721;
/* SwiftUI */
Color(red: 0.137, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#236721")Accessibility — WCAG contrast
Aa
#236721 on white: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#236721 on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green40.4%
Blue12.9%
CMYK percentages
Cyan66.0%
Magenta0.0%
Yellow68.0%
Key (black)59.6%
Color previews
#236721 text on a black background
contrast 3.03:1
Card sample
#236721 text on a white background
contrast 6.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #236721;
Background color
Panel with #236721 background
background-color: #236721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #236721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #236721; background: linear-gradient(135deg, #236721, #21674E);