#cb744f
a balanced, vivid orange · warm · closest name: sienna
RGB
203, 116, 79
HSL
18°, 54%, 55%
CMYK
0, 43, 61, 20
Luminance
0.2575
Every format
| HEX | #cb744f |
| RGB | rgb(203, 116, 79) |
| HSL | hsl(18, 54%, 55%) |
| CMYK | cmyk(0%, 43%, 61%, 20%) |
| LAB | lab(57.8 30.8 35.0) |
| LCH | lch(57.8 46.6 48.7) |
| OKLCH | oklch(0.648 0.121 43.3) |
Copy-ready code
/* CSS */
color: #cb744f;
background-color: #cb744f;
/* Tailwind (arbitrary) */
class="text-[#cb744f] bg-[#cb744f]"
/* SCSS */
$brand: #cb744f;
/* SwiftUI */
Color(red: 0.796, green: 0.455, blue: 0.310)
/* Android */
Color.parseColor("#cb744f")Accessibility — WCAG contrast
Aa
#cb744f on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb744f on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green45.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow61.1%
Key (black)20.4%
Color previews
#cb744f text on a black background
contrast 6.15:1
Card sample
#cb744f text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb744f;
Background color
Panel with #cb744f background
background-color: #cb744f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb744f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 116, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 116, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb744f; background: linear-gradient(135deg, #cb744f, #CBC74F);