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