#468430
a dark, vivid green · cool · closest name: forestgreen
RGB
70, 132, 48
HSL
104°, 47%, 35%
CMYK
47, 0, 64, 48
Luminance
0.1802
Every format
| HEX | #468430 |
| RGB | rgb(70, 132, 48) |
| HSL | hsl(104, 47%, 35%) |
| CMYK | cmyk(47%, 0%, 64%, 48%) |
| LAB | lab(49.5 -36.5 38.2) |
| LCH | lch(49.5 52.8 133.6) |
| OKLCH | oklch(0.552 0.134 138.4) |
Copy-ready code
/* CSS */
color: #468430;
background-color: #468430;
/* Tailwind (arbitrary) */
class="text-[#468430] bg-[#468430]"
/* SCSS */
$brand: #468430;
/* SwiftUI */
Color(red: 0.275, green: 0.518, blue: 0.188)
/* Android */
Color.parseColor("#468430")Accessibility — WCAG contrast
Aa
#468430 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#468430 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green51.8%
Blue18.8%
CMYK percentages
Cyan47.0%
Magenta0.0%
Yellow63.6%
Key (black)48.2%
Color previews
#468430 text on a black background
contrast 4.60:1
Card sample
#468430 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #468430;
Background color
Panel with #468430 background
background-color: #468430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #468430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 132, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 132, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #468430; background: linear-gradient(135deg, #468430, #308452);