#655c01
a deep, electric yellow · cool · closest name: olive
RGB
101, 92, 1
HSL
55°, 98%, 20%
CMYK
0, 9, 99, 60
Luminance
0.1042
Every format
| HEX | #655c01 |
| RGB | rgb(101, 92, 1) |
| HSL | hsl(55, 98%, 20%) |
| CMYK | cmyk(0%, 9%, 99%, 60%) |
| LAB | lab(38.6 -5.7 45.6) |
| LCH | lch(38.6 46.0 97.2) |
| OKLCH | oklch(0.469 0.098 102.8) |
Copy-ready code
/* CSS */
color: #655c01;
background-color: #655c01;
/* Tailwind (arbitrary) */
class="text-[#655c01] bg-[#655c01]"
/* SCSS */
$brand: #655c01;
/* SwiftUI */
Color(red: 0.396, green: 0.361, blue: 0.004)
/* Android */
Color.parseColor("#655c01")Accessibility — WCAG contrast
Aa
#655c01 on white: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#655c01 on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green36.1%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta8.9%
Yellow99.0%
Key (black)60.4%
Color previews
#655c01 text on a black background
contrast 3.08:1
Card sample
#655c01 text on a white background
contrast 6.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #655c01;
Background color
Panel with #655c01 background
background-color: #655c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #655c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 92, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 92, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #655c01; background: linear-gradient(135deg, #655c01, #2B6501);