#ce7021
a balanced, vivid orange · warm · closest name: chocolate
RGB
206, 112, 33
HSL
27°, 72%, 47%
CMYK
0, 46, 84, 19
Luminance
0.2482
Every format
| HEX | #ce7021 |
| RGB | rgb(206, 112, 33) |
| HSL | hsl(27, 72%, 47%) |
| CMYK | cmyk(0%, 46%, 84%, 19%) |
| LAB | lab(56.9 31.9 56.2) |
| LCH | lch(56.9 64.6 60.4) |
| OKLCH | oklch(0.640 0.146 54.8) |
Copy-ready code
/* CSS */
color: #ce7021;
background-color: #ce7021;
/* Tailwind (arbitrary) */
class="text-[#ce7021] bg-[#ce7021]"
/* SCSS */
$brand: #ce7021;
/* SwiftUI */
Color(red: 0.808, green: 0.439, blue: 0.129)
/* Android */
Color.parseColor("#ce7021")Accessibility — WCAG contrast
Aa
#ce7021 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce7021 on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green43.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.6%
Yellow84.0%
Key (black)19.2%
Color previews
#ce7021 text on a black background
contrast 5.96:1
Card sample
#ce7021 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7021;
Background color
Panel with #ce7021 background
background-color: #ce7021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 112, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 112, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7021; background: linear-gradient(135deg, #ce7021, #B9CE21);