#cf511f
a balanced, vivid orange · warm · closest name: chocolate
RGB
207, 81, 31
HSL
17°, 74%, 47%
CMYK
0, 61, 85, 19
Luminance
0.1925
Every format
| HEX | #cf511f |
| RGB | rgb(207, 81, 31) |
| HSL | hsl(17, 74%, 47%) |
| CMYK | cmyk(0%, 61%, 85%, 19%) |
| LAB | lab(51.0 47.6 52.0) |
| LCH | lch(51.0 70.5 47.5) |
| OKLCH | oklch(0.595 0.171 39.7) |
Copy-ready code
/* CSS */
color: #cf511f;
background-color: #cf511f;
/* Tailwind (arbitrary) */
class="text-[#cf511f] bg-[#cf511f]"
/* SCSS */
$brand: #cf511f;
/* SwiftUI */
Color(red: 0.812, green: 0.318, blue: 0.122)
/* Android */
Color.parseColor("#cf511f")Accessibility — WCAG contrast
Aa
#cf511f on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf511f on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.8%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta60.9%
Yellow85.0%
Key (black)18.8%
Color previews
#cf511f text on a black background
contrast 4.85:1
Card sample
#cf511f text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf511f;
Background color
Panel with #cf511f background
background-color: #cf511f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf511f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 81, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 81, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf511f; background: linear-gradient(135deg, #cf511f, #CFC61F);