#cf9151
a balanced, vivid orange · warm · closest name: peru
RGB
207, 145, 81
HSL
31°, 57%, 57%
CMYK
0, 30, 61, 19
Luminance
0.3411
Every format
| HEX | #cf9151 |
| RGB | rgb(207, 145, 81) |
| HSL | hsl(31, 57%, 57%) |
| CMYK | cmyk(0%, 30%, 61%, 19%) |
| LAB | lab(65.0 16.9 42.8) |
| LCH | lch(65.0 46.0 68.5) |
| OKLCH | oklch(0.705 0.110 65.2) |
Copy-ready code
/* CSS */
color: #cf9151;
background-color: #cf9151;
/* Tailwind (arbitrary) */
class="text-[#cf9151] bg-[#cf9151]"
/* SCSS */
$brand: #cf9151;
/* SwiftUI */
Color(red: 0.812, green: 0.569, blue: 0.318)
/* Android */
Color.parseColor("#cf9151")Accessibility — WCAG contrast
Aa
#cf9151 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9151 on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.9%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow60.9%
Key (black)18.8%
Color previews
#cf9151 text on a black background
contrast 7.82:1
Card sample
#cf9151 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9151;
Background color
Panel with #cf9151 background
background-color: #cf9151;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9151;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 145, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 145, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9151; background: linear-gradient(135deg, #cf9151, #B9CF51);