#ce7b21
a balanced, vivid orange · warm · closest name: peru
RGB
206, 123, 33
HSL
31°, 72%, 47%
CMYK
0, 40, 84, 19
Luminance
0.2740
Every format
| HEX | #ce7b21 |
| RGB | rgb(206, 123, 33) |
| HSL | hsl(31, 72%, 47%) |
| CMYK | cmyk(0%, 40%, 84%, 19%) |
| LAB | lab(59.3 26.0 58.3) |
| LCH | lch(59.3 63.8 66.0) |
| OKLCH | oklch(0.659 0.141 61.7) |
Copy-ready code
/* CSS */
color: #ce7b21;
background-color: #ce7b21;
/* Tailwind (arbitrary) */
class="text-[#ce7b21] bg-[#ce7b21]"
/* SCSS */
$brand: #ce7b21;
/* SwiftUI */
Color(red: 0.808, green: 0.482, blue: 0.129)
/* Android */
Color.parseColor("#ce7b21")Accessibility — WCAG contrast
Aa
#ce7b21 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce7b21 on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green48.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow84.0%
Key (black)19.2%
Color previews
#ce7b21 text on a black background
contrast 6.48:1
Card sample
#ce7b21 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7b21;
Background color
Panel with #ce7b21 background
background-color: #ce7b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 123, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 123, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7b21; background: linear-gradient(135deg, #ce7b21, #AECE21);