#cf8263
a balanced, vivid orange · warm · closest name: sienna
RGB
207, 130, 99
HSL
17°, 53%, 60%
CMYK
0, 37, 52, 19
Luminance
0.3013
Every format
| HEX | #cf8263 |
| RGB | rgb(207, 130, 99) |
| HSL | hsl(17, 53%, 60%) |
| CMYK | cmyk(0%, 37%, 52%, 19%) |
| LAB | lab(61.8 26.4 29.2) |
| LCH | lch(61.8 39.4 47.8) |
| OKLCH | oklch(0.680 0.105 42.6) |
Copy-ready code
/* CSS */
color: #cf8263;
background-color: #cf8263;
/* Tailwind (arbitrary) */
class="text-[#cf8263] bg-[#cf8263]"
/* SCSS */
$brand: #cf8263;
/* SwiftUI */
Color(red: 0.812, green: 0.510, blue: 0.388)
/* Android */
Color.parseColor("#cf8263")Accessibility — WCAG contrast
Aa
#cf8263 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8263 on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green51.0%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow52.2%
Key (black)18.8%
Color previews
#cf8263 text on a black background
contrast 7.03:1
Card sample
#cf8263 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8263;
Background color
Panel with #cf8263 background
background-color: #cf8263;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8263;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 130, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 130, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8263; background: linear-gradient(135deg, #cf8263, #CFCA63);