#cf744c
a balanced, vivid orange · warm · closest name: Chocolate
At a glance
Every number on this page in one read: what #cf744c 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 | #cf744c |
| RGB | rgb(207, 116, 76) |
| HSL | hsl(18, 58%, 56%) |
| CMYK | cmyk(0%, 44%, 63%, 19%) |
| LAB | lab(58.3 32.2 37.4) |
| LCH | lch(58.3 49.3 49.3) |
| OKLCH | oklch(0.653 0.127 43.8) |
| Decimal | 13595724 |
| Display P3 | color(display-p3 0.812 0.455 0.298) |
Copy-ready code
/* CSS */
color: #cf744c;
background-color: #cf744c;
/* Tailwind (arbitrary) */
class="text-[#cf744c] bg-[#cf744c]"
/* SCSS */
$brand: #cf744c;
/* SwiftUI */
Color(red: 0.812, green: 0.455, blue: 0.298)
/* Android */
Color.parseColor("#cf744c")
/* Flutter */
Color(0xFFCF744C)
/* Python / OpenCV (BGR) */
(76, 116, 207)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. #cf744c is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FBF6F4;
--brand-100: #F7EDE9;
--brand-200: #EFD7CD;
--brand-300: #E7BAA7;
--brand-400: #DB987A;
--brand-500: #cf744c;
--brand-600: #C15F34;
--brand-700: #A14F2B;
--brand-800: #813F23;
--brand-900: #5E311D;
--brand-950: #3B1E12;
--brand: #cf744c;
--brand-ink: #000000;
}Colors that work with #cf744c
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 #cf744c
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 | #4CA7CF | Directly opposite — maximum tension | |
| Analogous left | #CF4C66 | Neighbour, quieter | |
| Analogous right | #CFB54C | Neighbour, quieter | |
| Split-complement 1 | #4CCFB5 | Contrast without the clash | |
| Split-complement 2 | #4C66CF | Contrast without the clash | |
| Triadic 1 | #4CCF74 | Even thirds — balanced and loud | |
| Triadic 2 | #744CCF | Even thirds — balanced and loud | |
| Tetradic | #66CF4C | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cf744c text on a black background
contrast 6.26:1
#cf744c text on a white background
contrast 3.36:1
CSS3 live lab
The quick brown fox
color: #cf744c;
background-color: #cf744c;
Glowing headline
text-shadow: 2px 2px 8px #cf744c;
Soft neon halo
text-shadow: 0 0 14px rgba(207, 116, 76, 0.45);
box-shadow: 0 12px 32px -8px rgba(207, 116, 76, 0.45);
border: 3px solid #cf744c; background: linear-gradient(135deg, #cf744c, #CFCB4C);
Monochromatic scale
Palettes built from #cf744c
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: Terracotta (#e2725b) — ΔE2000 6.9 away, with its history, psychology and brand usage.
#cf744c 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.
#cf744c, answered
What color is #cf744c?
#cf744c is a balanced vivid orange, closest to Chocolate (ΔE2000 7.3). It sits at 18° on the hue wheel with 58% saturation and 56% lightness, which reads as warm.
What is the RGB value of #cf744c?
rgb(207, 116, 76) — 207 red, 116 green and 76 blue out of 255, or 81.2% / 45.5% / 29.8% by channel.
Is #cf744c a light or a dark color?
It is a mid-tone. Relative luminance is 0.2628 and perceived brightness is 57%, so black text on it reaches 6.26:1.
Should I use black or white text on #cf744c?
Black. It scores 6.26:1 against #cf744c, versus 3.36:1 for white — AA at any size.
What is the complementary color of #cf744c?
#4CA7CF sits directly opposite on the wheel. Softer options are the split-complements #4CCFB5 and #4C66CF, which give the same contrast with far less vibration.
What colors go well with #cf744c?
For interface work: #FAF6F4 as the surface, #EDCDC0 for borders, #9B634B for secondary text, #279EA5 as an accent and #65311B for hover and pressed states. For a palette, the analogous pair #CF4C66 and #CFB54C stays calm, while #4CA7CF is the loudest partner.
What is #cf744c in CMYK for printing?
cmyk(0%, 44%, 63%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cf744c warm or cool?
Warm — it scores 6 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D48D60; nudged cooler, #D14A52.