#246743
a dark, vivid green · cool · closest name: seagreen
RGB
36, 103, 67
HSL
148°, 48%, 27%
CMYK
65, 0, 35, 60
Luminance
0.1048
Every format
| HEX | #246743 |
| RGB | rgb(36, 103, 67) |
| HSL | hsl(148, 48%, 27%) |
| CMYK | cmyk(65%, 0%, 35%, 60%) |
| LAB | lab(38.7 -30.3 14.2) |
| LCH | lch(38.7 33.5 154.9) |
| OKLCH | oklch(0.461 0.090 156.5) |
Copy-ready code
/* CSS */
color: #246743;
background-color: #246743;
/* Tailwind (arbitrary) */
class="text-[#246743] bg-[#246743]"
/* SCSS */
$brand: #246743;
/* SwiftUI */
Color(red: 0.141, green: 0.404, blue: 0.263)
/* Android */
Color.parseColor("#246743")Accessibility — WCAG contrast
Aa
#246743 on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#246743 on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green40.4%
Blue26.3%
CMYK percentages
Cyan65.0%
Magenta0.0%
Yellow35.0%
Key (black)59.6%
Color previews
#246743 text on a black background
contrast 3.10:1
Card sample
#246743 text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #246743;
Background color
Panel with #246743 background
background-color: #246743;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #246743;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 103, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 103, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #246743; background: linear-gradient(135deg, #246743, #245E67);