#465200
a deep, electric yellow · cool · closest name: olive
RGB
70, 82, 0
HSL
69°, 100%, 16%
CMYK
15, 0, 100, 68
Luminance
0.0734
Every format
| HEX | #465200 |
| RGB | rgb(70, 82, 0) |
| HSL | hsl(69, 100%, 16%) |
| CMYK | cmyk(15%, 0%, 100%, 68%) |
| LAB | lab(32.6 -15.4 40.2) |
| LCH | lch(32.6 43.0 111.0) |
| OKLCH | oklch(0.413 0.097 119.0) |
Copy-ready code
/* CSS */
color: #465200;
background-color: #465200;
/* Tailwind (arbitrary) */
class="text-[#465200] bg-[#465200]"
/* SCSS */
$brand: #465200;
/* SwiftUI */
Color(red: 0.275, green: 0.322, blue: 0.000)
/* Android */
Color.parseColor("#465200")Accessibility — WCAG contrast
Aa
#465200 on white: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#465200 on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green32.2%
Blue0.0%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow100.0%
Key (black)67.8%
Color previews
#465200 text on a black background
contrast 2.47:1
Card sample
#465200 text on a white background
contrast 8.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #465200;
Background color
Panel with #465200 background
background-color: #465200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #465200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 82, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 82, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #465200; background: linear-gradient(135deg, #465200, #0F5200);