#464f13
a deep, vivid yellow · cool · closest name: olive
RGB
70, 79, 19
HSL
69°, 61%, 19%
CMYK
11, 0, 76, 69
Luminance
0.0694
Every format
| HEX | #464f13 |
| RGB | rgb(70, 79, 19) |
| HSL | hsl(69, 61%, 19%) |
| CMYK | cmyk(11%, 0%, 76%, 69%) |
| LAB | lab(31.7 -12.8 32.5) |
| LCH | lch(31.7 34.9 111.5) |
| OKLCH | oklch(0.407 0.082 117.6) |
Copy-ready code
/* CSS */
color: #464f13;
background-color: #464f13;
/* Tailwind (arbitrary) */
class="text-[#464f13] bg-[#464f13]"
/* SCSS */
$brand: #464f13;
/* SwiftUI */
Color(red: 0.275, green: 0.310, blue: 0.075)
/* Android */
Color.parseColor("#464f13")Accessibility — WCAG contrast
Aa
#464f13 on white: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#464f13 on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green31.0%
Blue7.5%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow75.9%
Key (black)69.0%
Color previews
#464f13 text on a black background
contrast 2.39:1
Card sample
#464f13 text on a white background
contrast 8.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #464f13;
Background color
Panel with #464f13 background
background-color: #464f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #464f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 79, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 79, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #464f13; background: linear-gradient(135deg, #464f13, #1E4F13);