#cf7151
a balanced, vivid orange · warm · closest name: sienna
RGB
207, 113, 81
HSL
15°, 57%, 57%
CMYK
0, 45, 61, 19
Luminance
0.2567
Every format
| HEX | #cf7151 |
| RGB | rgb(207, 113, 81) |
| HSL | hsl(15, 57%, 57%) |
| CMYK | cmyk(0%, 45%, 61%, 19%) |
| LAB | lab(57.7 34.1 34.0) |
| LCH | lch(57.7 48.1 44.9) |
| OKLCH | oklch(0.648 0.127 39.4) |
Copy-ready code
/* CSS */
color: #cf7151;
background-color: #cf7151;
/* Tailwind (arbitrary) */
class="text-[#cf7151] bg-[#cf7151]"
/* SCSS */
$brand: #cf7151;
/* SwiftUI */
Color(red: 0.812, green: 0.443, blue: 0.318)
/* Android */
Color.parseColor("#cf7151")Accessibility — WCAG contrast
Aa
#cf7151 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7151 on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green44.3%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta45.4%
Yellow60.9%
Key (black)18.8%
Color previews
#cf7151 text on a black background
contrast 6.13:1
Card sample
#cf7151 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7151;
Background color
Panel with #cf7151 background
background-color: #cf7151;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7151;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 113, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 113, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7151; background: linear-gradient(135deg, #cf7151, #CFC551);