#125321
a deep, vivid green · cool · closest name: seagreen
RGB
18, 83, 33
HSL
134°, 64%, 20%
CMYK
78, 0, 60, 68
Luminance
0.0642
Every format
| HEX | #125321 |
| RGB | rgb(18, 83, 33) |
| HSL | hsl(134, 64%, 20%) |
| CMYK | cmyk(78%, 0%, 60%, 68%) |
| LAB | lab(30.5 -32.1 23.4) |
| LCH | lch(30.5 39.7 144.0) |
| OKLCH | oklch(0.390 0.103 147.2) |
Copy-ready code
/* CSS */
color: #125321;
background-color: #125321;
/* Tailwind (arbitrary) */
class="text-[#125321] bg-[#125321]"
/* SCSS */
$brand: #125321;
/* SwiftUI */
Color(red: 0.071, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#125321")Accessibility — WCAG contrast
Aa
#125321 on white: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#125321 on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green32.5%
Blue12.9%
CMYK percentages
Cyan78.3%
Magenta0.0%
Yellow60.2%
Key (black)67.5%
Color previews
#125321 text on a black background
contrast 2.28:1
Card sample
#125321 text on a white background
contrast 9.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #125321;
Background color
Panel with #125321 background
background-color: #125321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #125321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #125321; background: linear-gradient(135deg, #125321, #12534C);