#cc6321
a balanced, vivid orange · warm · closest name: Chocolate
At a glance
Every number on this page in one read: what #cc6321 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 | #cc6321 |
| RGB | rgb(204, 99, 33) |
| HSL | hsl(23, 72%, 47%) |
| CMYK | cmyk(0%, 52%, 84%, 20%) |
| LAB | lab(53.9 37.8 53.5) |
| LCH | lch(53.9 65.5 54.7) |
| OKLCH | oklch(0.617 0.153 48.0) |
| Decimal | 13394721 |
| Display P3 | color(display-p3 0.800 0.388 0.129) |
Copy-ready code
/* CSS */
color: #cc6321;
background-color: #cc6321;
/* Tailwind (arbitrary) */
class="text-[#cc6321] bg-[#cc6321]"
/* SCSS */
$brand: #cc6321;
/* SwiftUI */
Color(red: 0.800, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#cc6321")
/* Flutter */
Color(0xFFCC6321)
/* Python / OpenCV (BGR) */
(33, 99, 204)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. #cc6321 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: #FCF6F3;
--brand-100: #F8EEE7;
--brand-200: #F3D9C9;
--brand-300: #EFBE9E;
--brand-400: #E89D6E;
--brand-500: #E07C3E;
--brand-600: #cc6321;
--brand-700: #B0551C;
--brand-800: #8D4417;
--brand-900: #663415;
--brand-950: #40200D;
--brand: #cc6321;
--brand-ink: #000000;
}Colors that work with #cc6321
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 #cc6321
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 | #218ACC | Directly opposite — maximum tension | |
| Analogous left | #CC2134 | Neighbour, quieter | |
| Analogous right | #CCB921 | Neighbour, quieter | |
| Split-complement 1 | #21CCB9 | Contrast without the clash | |
| Split-complement 2 | #2134CC | Contrast without the clash | |
| Triadic 1 | #21CC63 | Even thirds — balanced and loud | |
| Triadic 2 | #6321CC | Even thirds — balanced and loud | |
| Tetradic | #34CC21 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cc6321 text on a black background
contrast 5.37:1
#cc6321 text on a white background
contrast 3.91:1
CSS3 live lab
The quick brown fox
color: #cc6321;
background-color: #cc6321;
Glowing headline
text-shadow: 2px 2px 8px #cc6321;
Soft neon halo
text-shadow: 0 0 14px rgba(204, 99, 33, 0.45);
box-shadow: 0 12px 32px -8px rgba(204, 99, 33, 0.45);
border: 3px solid #cc6321; background: linear-gradient(135deg, #cc6321, #C3CC21);
Monochromatic scale
Palettes built from #cc6321
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: Burnt Orange (#cc5500) — ΔE2000 3.6 away, with its history, psychology and brand usage.
#cc6321 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.
#cc6321, answered
What color is #cc6321?
#cc6321 is a balanced vivid orange, closest to Chocolate (ΔE2000 2.6). It sits at 23° on the hue wheel with 72% saturation and 47% lightness, which reads as warm.
What is the RGB value of #cc6321?
rgb(204, 99, 33) — 204 red, 99 green and 33 blue out of 255, or 80% / 38.8% / 12.9% by channel.
Is #cc6321 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2187 and perceived brightness is 53%, so black text on it reaches 5.37:1.
Should I use black or white text on #cc6321?
Black. It scores 5.37:1 against #cc6321, versus 3.91:1 for white — AA at any size.
What is the complementary color of #cc6321?
#218ACC sits directly opposite on the wheel. Softer options are the split-complements #21CCB9 and #2134CC, which give the same contrast with far less vibration.
What colors go well with #cc6321?
For interface work: #FAF7F4 as the surface, #EDD1C0 for borders, #9B6A4B for secondary text, #189EB4 as an accent and #6E3512 for hover and pressed states. For a palette, the analogous pair #CC2134 and #CCB921 stays calm, while #218ACC is the loudest partner.
What is #cc6321 in CMYK for printing?
cmyk(0%, 52%, 84%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cc6321 warm or cool?
Warm — it scores 4 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DD732A; nudged cooler, #CF221F.