#c67b2f
a balanced, vivid orange · warm · closest name: peru
RGB
198, 123, 47
HSL
30°, 62%, 48%
CMYK
0, 38, 76, 22
Luminance
0.2638
Every format
| HEX | #c67b2f |
| RGB | rgb(198, 123, 47) |
| HSL | hsl(30, 62%, 48%) |
| CMYK | cmyk(0%, 38%, 76%, 22%) |
| LAB | lab(58.4 23.1 51.5) |
| LCH | lch(58.4 56.5 65.9) |
| OKLCH | oklch(0.650 0.129 61.9) |
Copy-ready code
/* CSS */
color: #c67b2f;
background-color: #c67b2f;
/* Tailwind (arbitrary) */
class="text-[#c67b2f] bg-[#c67b2f]"
/* SCSS */
$brand: #c67b2f;
/* SwiftUI */
Color(red: 0.776, green: 0.482, blue: 0.184)
/* Android */
Color.parseColor("#c67b2f")Accessibility — WCAG contrast
Aa
#c67b2f on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c67b2f on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green48.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta37.9%
Yellow76.3%
Key (black)22.4%
Color previews
#c67b2f text on a black background
contrast 6.28:1
Card sample
#c67b2f text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c67b2f;
Background color
Panel with #c67b2f background
background-color: #c67b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c67b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 123, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 123, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c67b2f; background: linear-gradient(135deg, #c67b2f, #ACC62F);