#397b01
a deep, electric green · cool · closest name: green
RGB
57, 123, 1
HSL
93°, 98%, 24%
CMYK
54, 0, 99, 52
Luminance
0.1504
Every format
| HEX | #397b01 |
| RGB | rgb(57, 123, 1) |
| HSL | hsl(93, 98%, 24%) |
| CMYK | cmyk(54%, 0%, 99%, 52%) |
| LAB | lab(45.7 -39.9 49.8) |
| LCH | lch(45.7 63.8 128.7) |
| OKLCH | oklch(0.519 0.154 136.2) |
Copy-ready code
/* CSS */
color: #397b01;
background-color: #397b01;
/* Tailwind (arbitrary) */
class="text-[#397b01] bg-[#397b01]"
/* SCSS */
$brand: #397b01;
/* SwiftUI */
Color(red: 0.224, green: 0.482, blue: 0.004)
/* Android */
Color.parseColor("#397b01")Accessibility — WCAG contrast
Aa
#397b01 on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#397b01 on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green48.2%
Blue0.4%
CMYK percentages
Cyan53.7%
Magenta0.0%
Yellow99.2%
Key (black)51.8%
Color previews
#397b01 text on a black background
contrast 4.01:1
Card sample
#397b01 text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #397b01;
Background color
Panel with #397b01 background
background-color: #397b01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #397b01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 123, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 123, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #397b01; background: linear-gradient(135deg, #397b01, #017B1A);