#dd7c21
a balanced, vivid orange · warm · closest name: Peru
At a glance
Every number on this page in one read: what #dd7c21 is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #dd7c21 |
| RGB | rgb(221, 124, 33) |
| HSL | hsl(29, 74%, 50%) |
| CMYK | cmyk(0%, 44%, 85%, 13%) |
| LAB | lab(61.6 31.7 61.0) |
| LCH | lch(61.6 68.7 62.5) |
| OKLCH | oklch(0.680 0.153 57.2) |
| Decimal | 14515233 |
| Display P3 | color(display-p3 0.867 0.486 0.129) |
Copy-ready code
/* CSS */
color: #dd7c21;
background-color: #dd7c21;
/* Tailwind (arbitrary) */
class="text-[#dd7c21] bg-[#dd7c21]"
/* SCSS */
$brand: #dd7c21;
/* SwiftUI */
Color(red: 0.867, green: 0.486, blue: 0.129)
/* Android */
Color.parseColor("#dd7c21")
/* Flutter */
Color(0xFFDD7C21)
/* Python / OpenCV (BGR) */
(33, 124, 221)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #dd7c21 is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FCF7F3;
--brand-100: #F9EFE7;
--brand-200: #F3DDC8;
--brand-300: #F0C69D;
--brand-400: #E9A96D;
--brand-500: #E28C3C;
--brand-600: #dd7c21;
--brand-700: #B1631B;
--brand-800: #8E5015;
--brand-900: #673C14;
--brand-950: #40250C;
--brand: #dd7c21;
--brand-ink: #000000;
}Colors that work with #dd7c21
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #dd7c21
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #2182DD | Directly opposite — maximum tension | |
| Analogous left | #DD2124 | Neighbour, quieter | |
| Analogous right | #DDDA21 | Neighbour, quieter | |
| Split-complement 1 | #21DDDA | Contrast without the clash | |
| Split-complement 2 | #2124DD | Contrast without the clash | |
| Triadic 1 | #21DD7C | Even thirds — balanced and loud | |
| Triadic 2 | #7C21DD | Even thirds — balanced and loud | |
| Tetradic | #24DD21 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#dd7c21 text on a black background
contrast 6.98:1
#dd7c21 text on a white background
contrast 3.01:1
CSS3 live lab
The quick brown fox
color: #dd7c21;
background-color: #dd7c21;
Glowing headline
text-shadow: 2px 2px 8px #dd7c21;
Soft neon halo
text-shadow: 0 0 14px rgba(221, 124, 33, 0.45);
box-shadow: 0 12px 32px -8px rgba(221, 124, 33, 0.45);
border: 3px solid #dd7c21; background: linear-gradient(135deg, #dd7c21, #C1DD21);
Monochromatic scale
Palettes built from #dd7c21
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Ochre (#cc7722) — ΔE2000 3.6 away, with its history, psychology and brand usage.
#dd7c21 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#dd7c21, answered
What color is #dd7c21?
#dd7c21 is a balanced vivid orange, closest to Peru (ΔE2000 4.9). It sits at 29° on the hue wheel with 74% saturation and 50% lightness, which reads as warm.
What is the RGB value of #dd7c21?
rgb(221, 124, 33) — 221 red, 124 green and 33 blue out of 255, or 86.7% / 48.6% / 12.9% by channel.
Is #dd7c21 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2990 and perceived brightness is 60%, so black text on it reaches 6.98:1.
Should I use black or white text on #dd7c21?
Black. It scores 6.98:1 against #dd7c21, versus 3.01:1 for white — AA at any size.
What is the complementary color of #dd7c21?
#2182DD sits directly opposite on the wheel. Softer options are the split-complements #21DDDA and #2124DD, which give the same contrast with far less vibration.
What colors go well with #dd7c21?
For interface work: #FAF7F4 as the surface, #EDD5C0 for borders, #9B714B for secondary text, #1691B6 as an accent and #6F3E11 for hover and pressed states. For a palette, the analogous pair #DD2124 and #DDDA21 stays calm, while #2182DD is the loudest partner.
What is #dd7c21 in CMYK for printing?
cmyk(0%, 44%, 85%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #dd7c21 warm or cool?
Warm — it scores 1 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E18336; nudged cooler, #E0351E.