#cf2d63
a balanced, vivid magenta / pink · warm · closest name: Medium Violet Red
At a glance
Every number on this page in one read: what #cf2d63 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 | #cf2d63 |
| RGB | rgb(207, 45, 99) |
| HSL | hsl(340, 64%, 49%) |
| CMYK | cmyk(0%, 78%, 52%, 19%) |
| LAB | lab(47.0 64.6 9.3) |
| LCH | lch(47.0 65.3 8.2) |
| OKLCH | oklch(0.569 0.199 6.9) |
| Decimal | 13577571 |
| Display P3 | color(display-p3 0.812 0.176 0.388) |
Copy-ready code
/* CSS */
color: #cf2d63;
background-color: #cf2d63;
/* Tailwind (arbitrary) */
class="text-[#cf2d63] bg-[#cf2d63]"
/* SCSS */
$brand: #cf2d63;
/* SwiftUI */
Color(red: 0.812, green: 0.176, blue: 0.388)
/* Android */
Color.parseColor("#cf2d63")
/* Flutter */
Color(0xFFCF2D63)
/* Python / OpenCV (BGR) */
(99, 45, 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. #cf2d63 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: #FBF4F6;
--brand-100: #F7E8ED;
--brand-200: #F1CBD8;
--brand-300: #EBA3BB;
--brand-400: #E17599;
--brand-500: #D74777;
--brand-600: #cf2d63;
--brand-700: #A82450;
--brand-800: #861D40;
--brand-900: #611931;
--brand-950: #3D101F;
--brand: #cf2d63;
--brand-ink: #ffffff;
}Colors that work with #cf2d63
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 #cf2d63
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
- ✓Brand accents, badges and data highlights
- ⚠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 | #2DCF99 | Directly opposite — maximum tension | |
| Analogous left | #CF2DB4 | Neighbour, quieter | |
| Analogous right | #CF482D | Neighbour, quieter | |
| Split-complement 1 | #2DCF48 | Contrast without the clash | |
| Split-complement 2 | #2DB4CF | Contrast without the clash | |
| Triadic 1 | #63CF2D | Even thirds — balanced and loud | |
| Triadic 2 | #2D63CF | Even thirds — balanced and loud | |
| Tetradic | #B4CF2D | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cf2d63 text on a black background
contrast 4.21:1
#cf2d63 text on a white background
contrast 4.99:1
CSS3 live lab
The quick brown fox
color: #cf2d63;
background-color: #cf2d63;
Glowing headline
text-shadow: 2px 2px 8px #cf2d63;
Soft neon halo
text-shadow: 0 0 14px rgba(207, 45, 99, 0.45);
box-shadow: 0 12px 32px -8px rgba(207, 45, 99, 0.45);
border: 3px solid #cf2d63; background: linear-gradient(135deg, #cf2d63, #CF632D);
Monochromatic scale
Palettes built from #cf2d63
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: Ruby (#e0115f) — ΔE2000 3.1 away, with its history, psychology and brand usage.
#cf2d63 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.
#cf2d63, answered
What color is #cf2d63?
#cf2d63 is a balanced vivid magenta / pink, closest to Medium Violet Red (ΔE2000 10.5). It sits at 340° on the hue wheel with 64% saturation and 49% lightness, which reads as warm.
What is the RGB value of #cf2d63?
rgb(207, 45, 99) — 207 red, 45 green and 99 blue out of 255, or 81.2% / 17.6% / 38.8% by channel.
Is #cf2d63 a light or a dark color?
It is a dark color. Relative luminance is 0.1604 and perceived brightness is 48%, so white text on it reaches 4.99:1.
Should I use black or white text on #cf2d63?
White. It scores 4.99:1 against #cf2d63, versus 4.21:1 for black — AA at any size.
What is the complementary color of #cf2d63?
#2DCF99 sits directly opposite on the wheel. Softer options are the split-complements #2DCF48 and #2DB4CF, which give the same contrast with far less vibration.
What colors go well with #cf2d63?
For interface work: #FAF4F6 as the surface, #EDC0CF for borders, #9B4B65 for secondary text, #20AC5B as an accent and #691732 for hover and pressed states. For a palette, the analogous pair #CF2DB4 and #CF482D stays calm, while #2DCF99 is the loudest partner.
What is #cf2d63 in CMYK for printing?
cmyk(0%, 78%, 52%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cf2d63 warm or cool?
Warm — it scores 28 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CF322D; nudged cooler, #D12A9F.