#444b14
a deep, vivid yellow · cool · closest name: olive
RGB
68, 75, 20
HSL
68°, 58%, 19%
CMYK
9, 0, 73, 71
Luminance
0.0631
Every format
| HEX | #444b14 |
| RGB | rgb(68, 75, 20) |
| HSL | hsl(68, 58%, 19%) |
| CMYK | cmyk(9%, 0%, 73%, 71%) |
| LAB | lab(30.2 -11.4 30.5) |
| LCH | lch(30.2 32.5 110.5) |
| OKLCH | oklch(0.394 0.077 116.3) |
Copy-ready code
/* CSS */
color: #444b14;
background-color: #444b14;
/* Tailwind (arbitrary) */
class="text-[#444b14] bg-[#444b14]"
/* SCSS */
$brand: #444b14;
/* SwiftUI */
Color(red: 0.267, green: 0.294, blue: 0.078)
/* Android */
Color.parseColor("#444b14")Accessibility — WCAG contrast
Aa
#444b14 on white: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#444b14 on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green29.4%
Blue7.8%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow73.3%
Key (black)70.6%
Color previews
#444b14 text on a black background
contrast 2.26:1
Card sample
#444b14 text on a white background
contrast 9.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #444b14;
Background color
Panel with #444b14 background
background-color: #444b14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #444b14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 75, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 75, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #444b14; background: linear-gradient(135deg, #444b14, #1F4B14);