#536708
a deep, electric green · cool · closest name: olivedrab
RGB
83, 103, 8
HSL
73°, 86%, 22%
CMYK
19, 0, 92, 60
Luminance
0.1156
Every format
| HEX | #536708 |
| RGB | rgb(83, 103, 8) |
| HSL | hsl(73, 86%, 22%) |
| CMYK | cmyk(19%, 0%, 92%, 60%) |
| LAB | lab(40.5 -20.3 44.5) |
| LCH | lch(40.5 48.9 114.5) |
| OKLCH | oklch(0.480 0.113 122.2) |
Copy-ready code
/* CSS */
color: #536708;
background-color: #536708;
/* Tailwind (arbitrary) */
class="text-[#536708] bg-[#536708]"
/* SCSS */
$brand: #536708;
/* SwiftUI */
Color(red: 0.325, green: 0.404, blue: 0.031)
/* Android */
Color.parseColor("#536708")Accessibility — WCAG contrast
Aa
#536708 on white: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#536708 on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green40.4%
Blue3.1%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow92.2%
Key (black)59.6%
Color previews
#536708 text on a black background
contrast 3.31:1
Card sample
#536708 text on a white background
contrast 6.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #536708;
Background color
Panel with #536708 background
background-color: #536708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #536708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 103, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 103, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #536708; background: linear-gradient(135deg, #536708, #146708);