#81925f
a balanced, soft green · cool · closest name: seagreen
RGB
129, 146, 95
HSL
80°, 21%, 47%
CMYK
12, 0, 35, 43
Luminance
0.2605
Every format
| HEX | #81925f |
| RGB | rgb(129, 146, 95) |
| HSL | hsl(80, 21%, 47%) |
| CMYK | cmyk(12%, 0%, 35%, 43%) |
| LAB | lab(58.1 -15.2 25.1) |
| LCH | lch(58.1 29.3 121.2) |
| OKLCH | oklch(0.633 0.075 123.5) |
Copy-ready code
/* CSS */
color: #81925f;
background-color: #81925f;
/* Tailwind (arbitrary) */
class="text-[#81925f] bg-[#81925f]"
/* SCSS */
$brand: #81925f;
/* SwiftUI */
Color(red: 0.506, green: 0.573, blue: 0.373)
/* Android */
Color.parseColor("#81925f")Accessibility — WCAG contrast
Aa
#81925f on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#81925f on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green57.3%
Blue37.3%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow34.9%
Key (black)42.7%
Color previews
#81925f text on a black background
contrast 6.21:1
Card sample
#81925f text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #81925f;
Background color
Panel with #81925f background
background-color: #81925f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #81925f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 146, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 146, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #81925f; background: linear-gradient(135deg, #81925f, #5F925F);