#245421
a deep, soft green · cool · closest name: seagreen
RGB
36, 84, 33
HSL
117°, 44%, 23%
CMYK
57, 0, 61, 67
Luminance
0.0683
Every format
| HEX | #245421 |
| RGB | rgb(36, 84, 33) |
| HSL | hsl(117, 44%, 23%) |
| CMYK | cmyk(57%, 0%, 61%, 67%) |
| LAB | lab(31.4 -28.0 24.6) |
| LCH | lch(31.4 37.3 138.6) |
| OKLCH | oklch(0.399 0.096 142.5) |
Copy-ready code
/* CSS */
color: #245421;
background-color: #245421;
/* Tailwind (arbitrary) */
class="text-[#245421] bg-[#245421]"
/* SCSS */
$brand: #245421;
/* SwiftUI */
Color(red: 0.141, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#245421")Accessibility — WCAG contrast
Aa
#245421 on white: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#245421 on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green32.9%
Blue12.9%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow60.7%
Key (black)67.1%
Color previews
#245421 text on a black background
contrast 2.37:1
Card sample
#245421 text on a white background
contrast 8.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #245421;
Background color
Panel with #245421 background
background-color: #245421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #245421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #245421; background: linear-gradient(135deg, #245421, #215440);