#cf0739
a dark, electric red · warm · closest name: Crimson
At a glance
Every number on this page in one read: what #cf0739 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 | #cf0739 |
| RGB | rgb(207, 7, 57) |
| HSL | hsl(345, 94%, 42%) |
| CMYK | cmyk(0%, 97%, 73%, 19%) |
| LAB | lab(43.8 69.0 31.0) |
| LCH | lch(43.8 75.6 24.2) |
| OKLCH | oklch(0.543 0.215 19.1) |
| Decimal | 13567801 |
| Display P3 | color(display-p3 0.812 0.027 0.224) |
Copy-ready code
/* CSS */
color: #cf0739;
background-color: #cf0739;
/* Tailwind (arbitrary) */
class="text-[#cf0739] bg-[#cf0739]"
/* SCSS */
$brand: #cf0739;
/* SwiftUI */
Color(red: 0.812, green: 0.027, blue: 0.224)
/* Android */
Color.parseColor("#cf0739")
/* Flutter */
Color(0xFFCF0739)
/* Python / OpenCV (BGR) */
(57, 7, 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. #cf0739 is pinned to step 700; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FDF2F4;
--brand-100: #FBE4EA;
--brand-200: #FAC2D0;
--brand-300: #FB92AD;
--brand-400: #FA5C84;
--brand-500: #F8265A;
--brand-600: #ED0841;
--brand-700: #cf0739;
--brand-800: #9E052B;
--brand-900: #720923;
--brand-950: #470516;
--brand: #cf0739;
--brand-ink: #ffffff;
}Colors that work with #cf0739
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 #cf0739
Derived from its contrast, chroma and lightness — not from taste.
- ✓Body text and links on white
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Headers, footers and dark-mode surfaces
- ✓Brand accents, badges and data highlights
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Black text placed on it
- ⚠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 | #07CF9D | Directly opposite — maximum tension | |
| Analogous left | #CF079D | Neighbour, quieter | |
| Analogous right | #CF3907 | Neighbour, quieter | |
| Split-complement 1 | #07CF39 | Contrast without the clash | |
| Split-complement 2 | #079DCF | Contrast without the clash | |
| Triadic 1 | #39CF07 | Even thirds — balanced and loud | |
| Triadic 2 | #0739CF | Even thirds — balanced and loud | |
| Tetradic | #9DCF07 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cf0739 text on a black background
contrast 3.74:1
#cf0739 text on a white background
contrast 5.61:1
CSS3 live lab
The quick brown fox
color: #cf0739;
background-color: #cf0739;
Glowing headline
text-shadow: 2px 2px 8px #cf0739;
Soft neon halo
text-shadow: 0 0 14px rgba(207, 7, 57, 0.45);
box-shadow: 0 12px 32px -8px rgba(207, 7, 57, 0.45);
border: 3px solid #cf0739; background: linear-gradient(135deg, #cf0739, #CF5A07);
Monochromatic scale
Palettes built from #cf0739
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: Cardinal (#c41e3a) — ΔE2000 1.9 away, with its history, psychology and brand usage.
#cf0739 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#cf0739, answered
What color is #cf0739?
#cf0739 is a dark electric red, closest to Crimson (ΔE2000 3.2). It sits at 345° on the hue wheel with 94% saturation and 42% lightness, which reads as warm.
What is the RGB value of #cf0739?
rgb(207, 7, 57) — 207 red, 7 green and 57 blue out of 255, or 81.2% / 2.7% / 22.4% by channel.
Is #cf0739 a light or a dark color?
It is a dark color. Relative luminance is 0.1371 and perceived brightness is 45%, so white text on it reaches 5.61:1.
Should I use black or white text on #cf0739?
White. It scores 5.61:1 against #cf0739, versus 3.74:1 for black — AA at any size.
What is the complementary color of #cf0739?
#07CF9D sits directly opposite on the wheel. Softer options are the split-complements #07CF39 and #079DCF, which give the same contrast with far less vibration.
What colors go well with #cf0739?
For interface work: #FAF4F6 as the surface, #EDC0CB for borders, #9B4B5F for secondary text, #03C966 as an accent and #7B0422 for hover and pressed states. For a palette, the analogous pair #CF079D and #CF3907 stays calm, while #07CF9D is the loudest partner.
What is #cf0739 in CMYK for printing?
cmyk(0%, 97%, 73%, 19%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #cf0739 warm or cool?
Warm — it scores 25 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CF1E07; nudged cooler, #D10583.