#c69f2f
a balanced, vivid yellow · warm · closest name: peru
RGB
198, 159, 47
HSL
45°, 62%, 48%
CMYK
0, 20, 76, 22
Luminance
0.3701
Every format
| HEX | #c69f2f |
| RGB | rgb(198, 159, 47) |
| HSL | hsl(45, 62%, 48%) |
| CMYK | cmyk(0%, 20%, 76%, 22%) |
| LAB | lab(67.3 3.5 60.1) |
| LCH | lch(67.3 60.2 86.7) |
| OKLCH | oklch(0.719 0.132 88.6) |
Copy-ready code
/* CSS */
color: #c69f2f;
background-color: #c69f2f;
/* Tailwind (arbitrary) */
class="text-[#c69f2f] bg-[#c69f2f]"
/* SCSS */
$brand: #c69f2f;
/* SwiftUI */
Color(red: 0.776, green: 0.624, blue: 0.184)
/* Android */
Color.parseColor("#c69f2f")Accessibility — WCAG contrast
Aa
#c69f2f on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69f2f on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green62.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow76.3%
Key (black)22.4%
Color previews
#c69f2f text on a black background
contrast 8.40:1
Card sample
#c69f2f text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69f2f;
Background color
Panel with #c69f2f background
background-color: #c69f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 159, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 159, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69f2f; background: linear-gradient(135deg, #c69f2f, #88C62F);