#cf7652
a balanced, vivid orange · warm · closest name: sienna
RGB
207, 118, 82
HSL
17°, 57%, 57%
CMYK
0, 43, 60, 19
Luminance
0.2683
Every format
| HEX | #cf7652 |
| RGB | rgb(207, 118, 82) |
| HSL | hsl(17, 57%, 57%) |
| CMYK | cmyk(0%, 43%, 60%, 19%) |
| LAB | lab(58.8 31.5 34.8) |
| LCH | lch(58.8 46.9 47.8) |
| OKLCH | oklch(0.657 0.122 42.4) |
Copy-ready code
/* CSS */
color: #cf7652;
background-color: #cf7652;
/* Tailwind (arbitrary) */
class="text-[#cf7652] bg-[#cf7652]"
/* SCSS */
$brand: #cf7652;
/* SwiftUI */
Color(red: 0.812, green: 0.463, blue: 0.322)
/* Android */
Color.parseColor("#cf7652")Accessibility — WCAG contrast
Aa
#cf7652 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7652 on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.3%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow60.4%
Key (black)18.8%
Color previews
#cf7652 text on a black background
contrast 6.37:1
Card sample
#cf7652 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7652;
Background color
Panel with #cf7652 background
background-color: #cf7652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 118, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 118, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7652; background: linear-gradient(135deg, #cf7652, #CFC952);