#236123
a dark, vivid green · cool · closest name: seagreen
RGB
35, 97, 35
HSL
120°, 47%, 26%
CMYK
64, 0, 64, 62
Luminance
0.0903
Every format
| HEX | #236123 |
| RGB | rgb(35, 97, 35) |
| HSL | hsl(120, 47%, 26%) |
| CMYK | cmyk(64%, 0%, 64%, 62%) |
| LAB | lab(36.0 -33.6 28.9) |
| LCH | lch(36.0 44.4 139.3) |
| OKLCH | oklch(0.437 0.114 143.3) |
Copy-ready code
/* CSS */
color: #236123;
background-color: #236123;
/* Tailwind (arbitrary) */
class="text-[#236123] bg-[#236123]"
/* SCSS */
$brand: #236123;
/* SwiftUI */
Color(red: 0.137, green: 0.380, blue: 0.137)
/* Android */
Color.parseColor("#236123")Accessibility — WCAG contrast
Aa
#236123 on white: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#236123 on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green38.0%
Blue13.7%
CMYK percentages
Cyan63.9%
Magenta0.0%
Yellow63.9%
Key (black)62.0%
Color previews
#236123 text on a black background
contrast 2.81:1
Card sample
#236123 text on a white background
contrast 7.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #236123;
Background color
Panel with #236123 background
background-color: #236123;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #236123;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 97, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 97, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #236123; background: linear-gradient(135deg, #236123, #23614C);