#cf9b50
a balanced, vivid orange · warm · closest name: peru
RGB
207, 155, 80
HSL
35°, 57%, 56%
CMYK
0, 25, 61, 19
Luminance
0.3729
Every format
| HEX | #cf9b50 |
| RGB | rgb(207, 155, 80) |
| HSL | hsl(35, 57%, 56%) |
| CMYK | cmyk(0%, 25%, 61%, 19%) |
| LAB | lab(67.5 11.3 46.1) |
| LCH | lch(67.5 47.5 76.2) |
| OKLCH | oklch(0.724 0.111 74.4) |
Copy-ready code
/* CSS */
color: #cf9b50;
background-color: #cf9b50;
/* Tailwind (arbitrary) */
class="text-[#cf9b50] bg-[#cf9b50]"
/* SCSS */
$brand: #cf9b50;
/* SwiftUI */
Color(red: 0.812, green: 0.608, blue: 0.314)
/* Android */
Color.parseColor("#cf9b50")Accessibility — WCAG contrast
Aa
#cf9b50 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9b50 on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.8%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow61.4%
Key (black)18.8%
Color previews
#cf9b50 text on a black background
contrast 8.46:1
Card sample
#cf9b50 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9b50;
Background color
Panel with #cf9b50 background
background-color: #cf9b50;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9b50;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 155, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 155, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9b50; background: linear-gradient(135deg, #cf9b50, #AECF50);