#154607
a deep, electric green · cool · closest name: seagreen
RGB
21, 70, 7
HSL
107°, 82%, 15%
CMYK
70, 0, 90, 73
Luminance
0.0456
Every format
| HEX | #154607 |
| RGB | rgb(21, 70, 7) |
| HSL | hsl(107, 82%, 15%) |
| CMYK | cmyk(70%, 0%, 90%, 73%) |
| LAB | lab(25.4 -29.1 30.3) |
| LCH | lch(25.4 42.0 133.9) |
| OKLCH | oklch(0.348 0.104 140.0) |
Copy-ready code
/* CSS */
color: #154607;
background-color: #154607;
/* Tailwind (arbitrary) */
class="text-[#154607] bg-[#154607]"
/* SCSS */
$brand: #154607;
/* SwiftUI */
Color(red: 0.082, green: 0.275, blue: 0.027)
/* Android */
Color.parseColor("#154607")Accessibility — WCAG contrast
Aa
#154607 on white: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#154607 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green27.5%
Blue2.7%
CMYK percentages
Cyan70.0%
Magenta0.0%
Yellow90.0%
Key (black)72.5%
Color previews
#154607 text on a black background
contrast 1.91:1
Card sample
#154607 text on a white background
contrast 10.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #154607;
Background color
Panel with #154607 background
background-color: #154607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #154607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 70, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 70, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #154607; background: linear-gradient(135deg, #154607, #074623);