#768521
a dark, vivid yellow · cool · closest name: olivedrab
RGB
118, 133, 33
HSL
69°, 60%, 33%
CMYK
11, 0, 75, 48
Luminance
0.2074
Every format
| HEX | #768521 |
| RGB | rgb(118, 133, 33) |
| HSL | hsl(69, 60%, 33%) |
| CMYK | cmyk(11%, 0%, 75%, 48%) |
| LAB | lab(52.7 -19.1 48.8) |
| LCH | lch(52.7 52.4 111.4) |
| OKLCH | oklch(0.585 0.122 117.9) |
Copy-ready code
/* CSS */
color: #768521;
background-color: #768521;
/* Tailwind (arbitrary) */
class="text-[#768521] bg-[#768521]"
/* SCSS */
$brand: #768521;
/* SwiftUI */
Color(red: 0.463, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#768521")Accessibility — WCAG contrast
Aa
#768521 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#768521 on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green52.2%
Blue12.9%
CMYK percentages
Cyan11.3%
Magenta0.0%
Yellow75.2%
Key (black)47.8%
Color previews
#768521 text on a black background
contrast 5.15:1
Card sample
#768521 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #768521;
Background color
Panel with #768521 background
background-color: #768521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #768521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #768521; background: linear-gradient(135deg, #768521, #338521);