#54693f
a dark, soft green · cool · closest name: seagreen
RGB
84, 105, 63
HSL
90°, 25%, 33%
CMYK
20, 0, 40, 59
Luminance
0.1235
Every format
| HEX | #54693f |
| RGB | rgb(84, 105, 63) |
| HSL | hsl(90, 25%, 33%) |
| CMYK | cmyk(20%, 0%, 40%, 59%) |
| LAB | lab(41.8 -16.1 21.1) |
| LCH | lch(41.8 26.5 127.3) |
| OKLCH | oklch(0.492 0.068 130.2) |
Copy-ready code
/* CSS */
color: #54693f;
background-color: #54693f;
/* Tailwind (arbitrary) */
class="text-[#54693f] bg-[#54693f]"
/* SCSS */
$brand: #54693f;
/* SwiftUI */
Color(red: 0.329, green: 0.412, blue: 0.247)
/* Android */
Color.parseColor("#54693f")Accessibility — WCAG contrast
Aa
#54693f on white: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#54693f on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green41.2%
Blue24.7%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow40.0%
Key (black)58.8%
Color previews
#54693f text on a black background
contrast 3.47:1
Card sample
#54693f text on a white background
contrast 6.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54693f;
Background color
Panel with #54693f background
background-color: #54693f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54693f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 105, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 105, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54693f; background: linear-gradient(135deg, #54693f, #3F6946);