#cd623f
a balanced, vivid red · warm · closest name: sienna
RGB
205, 98, 63
HSL
15°, 59%, 53%
CMYK
0, 52, 69, 20
Luminance
0.2207
Every format
| HEX | #cd623f |
| RGB | rgb(205, 98, 63) |
| HSL | hsl(15, 59%, 53%) |
| CMYK | cmyk(0%, 52%, 69%, 20%) |
| LAB | lab(54.1 39.9 39.4) |
| LCH | lch(54.1 56.1 44.6) |
| OKLCH | oklch(0.619 0.145 38.5) |
Copy-ready code
/* CSS */
color: #cd623f;
background-color: #cd623f;
/* Tailwind (arbitrary) */
class="text-[#cd623f] bg-[#cd623f]"
/* SCSS */
$brand: #cd623f;
/* SwiftUI */
Color(red: 0.804, green: 0.384, blue: 0.247)
/* Android */
Color.parseColor("#cd623f")Accessibility — WCAG contrast
Aa
#cd623f on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd623f on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green38.4%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow69.3%
Key (black)19.6%
Color previews
#cd623f text on a black background
contrast 5.41:1
Card sample
#cd623f text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd623f;
Background color
Panel with #cd623f background
background-color: #cd623f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd623f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 98, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 98, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd623f; background: linear-gradient(135deg, #cd623f, #CDC13F);