#768310
a dark, electric yellow · cool · closest name: olive
RGB
118, 131, 16
HSL
67°, 78%, 29%
CMYK
10, 0, 88, 49
Luminance
0.2012
Every format
| HEX | #768310 |
| RGB | rgb(118, 131, 16) |
| HSL | hsl(67, 78%, 29%) |
| CMYK | cmyk(10%, 0%, 88%, 49%) |
| LAB | lab(52.0 -18.8 53.3) |
| LCH | lch(52.0 56.5 109.4) |
| OKLCH | oklch(0.580 0.128 116.6) |
Copy-ready code
/* CSS */
color: #768310;
background-color: #768310;
/* Tailwind (arbitrary) */
class="text-[#768310] bg-[#768310]"
/* SCSS */
$brand: #768310;
/* SwiftUI */
Color(red: 0.463, green: 0.514, blue: 0.063)
/* Android */
Color.parseColor("#768310")Accessibility — WCAG contrast
Aa
#768310 on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#768310 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green51.4%
Blue6.3%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow87.8%
Key (black)48.6%
Color previews
#768310 text on a black background
contrast 5.02:1
Card sample
#768310 text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #768310;
Background color
Panel with #768310 background
background-color: #768310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #768310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 131, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 131, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #768310; background: linear-gradient(135deg, #768310, #298310);