#254607
a deep, electric green · cool · closest name: seagreen
RGB
37, 70, 7
HSL
91°, 82%, 15%
CMYK
47, 0, 90, 73
Luminance
0.0479
Every format
| HEX | #254607 |
| RGB | rgb(37, 70, 7) |
| HSL | hsl(91, 82%, 15%) |
| CMYK | cmyk(47%, 0%, 90%, 73%) |
| LAB | lab(26.1 -23.7 31.2) |
| LCH | lch(26.1 39.2 127.2) |
| OKLCH | oklch(0.355 0.096 134.1) |
Copy-ready code
/* CSS */
color: #254607;
background-color: #254607;
/* Tailwind (arbitrary) */
class="text-[#254607] bg-[#254607]"
/* SCSS */
$brand: #254607;
/* SwiftUI */
Color(red: 0.145, green: 0.275, blue: 0.027)
/* Android */
Color.parseColor("#254607")Accessibility — WCAG contrast
Aa
#254607 on white: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#254607 on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green27.5%
Blue2.7%
CMYK percentages
Cyan47.1%
Magenta0.0%
Yellow90.0%
Key (black)72.5%
Color previews
#254607 text on a black background
contrast 1.96:1
Card sample
#254607 text on a white background
contrast 10.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #254607;
Background color
Panel with #254607 background
background-color: #254607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #254607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 70, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 70, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #254607; background: linear-gradient(135deg, #254607, #074613);