#655d13
a deep, vivid yellow · cool · closest name: olive
RGB
101, 93, 19
HSL
54°, 68%, 24%
CMYK
0, 8, 81, 60
Luminance
0.1064
Every format
| HEX | #655d13 |
| RGB | rgb(101, 93, 19) |
| HSL | hsl(54, 68%, 24%) |
| CMYK | cmyk(0%, 8%, 81%, 60%) |
| LAB | lab(39.0 -5.7 40.5) |
| LCH | lch(39.0 40.9 98.1) |
| OKLCH | oklch(0.472 0.091 102.9) |
Copy-ready code
/* CSS */
color: #655d13;
background-color: #655d13;
/* Tailwind (arbitrary) */
class="text-[#655d13] bg-[#655d13]"
/* SCSS */
$brand: #655d13;
/* SwiftUI */
Color(red: 0.396, green: 0.365, blue: 0.075)
/* Android */
Color.parseColor("#655d13")Accessibility — WCAG contrast
Aa
#655d13 on white: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#655d13 on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green36.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow81.2%
Key (black)60.4%
Color previews
#655d13 text on a black background
contrast 3.13:1
Card sample
#655d13 text on a white background
contrast 6.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #655d13;
Background color
Panel with #655d13 background
background-color: #655d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #655d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 93, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 93, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #655d13; background: linear-gradient(135deg, #655d13, #366513);