#438c01
a dark, electric green · cool · closest name: green
RGB
67, 140, 1
HSL
92°, 99%, 28%
CMYK
52, 0, 99, 45
Luminance
0.1995
Every format
| HEX | #438c01 |
| RGB | rgb(67, 140, 1) |
| HSL | hsl(92, 99%, 28%) |
| CMYK | cmyk(52%, 0%, 99%, 45%) |
| LAB | lab(51.8 -43.5 54.7) |
| LCH | lch(51.8 69.9 128.4) |
| OKLCH | oklch(0.570 0.169 136.0) |
Copy-ready code
/* CSS */
color: #438c01;
background-color: #438c01;
/* Tailwind (arbitrary) */
class="text-[#438c01] bg-[#438c01]"
/* SCSS */
$brand: #438c01;
/* SwiftUI */
Color(red: 0.263, green: 0.549, blue: 0.004)
/* Android */
Color.parseColor("#438c01")Accessibility — WCAG contrast
Aa
#438c01 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#438c01 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green54.9%
Blue0.4%
CMYK percentages
Cyan52.1%
Magenta0.0%
Yellow99.3%
Key (black)45.1%
Color previews
#438c01 text on a black background
contrast 4.99:1
Card sample
#438c01 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #438c01;
Background color
Panel with #438c01 background
background-color: #438c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #438c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 140, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 140, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #438c01; background: linear-gradient(135deg, #438c01, #018C1C);