#768430
a dark, vivid green · cool · closest name: olivedrab
RGB
118, 132, 48
HSL
70°, 47%, 35%
CMYK
11, 0, 64, 48
Luminance
0.2057
Every format
| HEX | #768430 |
| RGB | rgb(118, 132, 48) |
| HSL | hsl(70, 47%, 35%) |
| CMYK | cmyk(11%, 0%, 64%, 48%) |
| LAB | lab(52.5 -17.6 42.3) |
| LCH | lch(52.5 45.8 112.6) |
| OKLCH | oklch(0.584 0.110 118.0) |
Copy-ready code
/* CSS */
color: #768430;
background-color: #768430;
/* Tailwind (arbitrary) */
class="text-[#768430] bg-[#768430]"
/* SCSS */
$brand: #768430;
/* SwiftUI */
Color(red: 0.463, green: 0.518, blue: 0.188)
/* Android */
Color.parseColor("#768430")Accessibility — WCAG contrast
Aa
#768430 on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#768430 on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green51.8%
Blue18.8%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow63.6%
Key (black)48.2%
Color previews
#768430 text on a black background
contrast 5.11:1
Card sample
#768430 text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #768430;
Background color
Panel with #768430 background
background-color: #768430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #768430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 132, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 132, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #768430; background: linear-gradient(135deg, #768430, #3E8430);