#2a693f
a dark, soft green · cool · closest name: seagreen
RGB
42, 105, 63
HSL
140°, 43%, 29%
CMYK
60, 0, 40, 59
Luminance
0.1095
Every format
| HEX | #2a693f |
| RGB | rgb(42, 105, 63) |
| HSL | hsl(140, 43%, 29%) |
| CMYK | cmyk(60%, 0%, 40%, 59%) |
| LAB | lab(39.5 -30.6 17.7) |
| LCH | lch(39.5 35.4 149.9) |
| OKLCH | oklch(0.468 0.094 151.9) |
Copy-ready code
/* CSS */
color: #2a693f;
background-color: #2a693f;
/* Tailwind (arbitrary) */
class="text-[#2a693f] bg-[#2a693f]"
/* SCSS */
$brand: #2a693f;
/* SwiftUI */
Color(red: 0.165, green: 0.412, blue: 0.247)
/* Android */
Color.parseColor("#2a693f")Accessibility — WCAG contrast
Aa
#2a693f on white: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2a693f on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green41.2%
Blue24.7%
CMYK percentages
Cyan60.0%
Magenta0.0%
Yellow40.0%
Key (black)58.8%
Color previews
#2a693f text on a black background
contrast 3.19:1
Card sample
#2a693f text on a white background
contrast 6.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2a693f;
Background color
Panel with #2a693f background
background-color: #2a693f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2a693f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 105, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 105, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2a693f; background: linear-gradient(135deg, #2a693f, #2A6969);