#cf19ec
a balanced, electric magenta / pink · neutral · closest name: Medium Orchid
At a glance
Every number on this page in one read: what #cf19ec is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #cf19ec |
| RGB | rgb(207, 25, 236) |
| HSL | hsl(292, 85%, 51%) |
| CMYK | cmyk(12%, 89%, 0%, 8%) |
| LAB | lab(51.9 86.0 -64.3) |
| LCH | lch(51.9 107.3 323.2) |
| OKLCH | oklch(0.624 0.287 321.1) |
| Decimal | 13572588 |
| Display P3 | color(display-p3 0.812 0.098 0.925) |
Copy-ready code
/* CSS */
color: #cf19ec;
background-color: #cf19ec;
/* Tailwind (arbitrary) */
class="text-[#cf19ec] bg-[#cf19ec]"
/* SCSS */
$brand: #cf19ec;
/* SwiftUI */
Color(red: 0.812, green: 0.098, blue: 0.925)
/* Android */
Color.parseColor("#cf19ec")
/* Flutter */
Color(0xFFCF19EC)
/* Python / OpenCV (BGR) */
(236, 25, 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. #cf19ec 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: #FBF2FC;
--brand-100: #F7E5FA;
--brand-200: #F0C5F7;
--brand-300: #E997F6;
--brand-400: #DF64F2;
--brand-500: #D430EE;
--brand-600: #cf19ec;
--brand-700: #A510BC;
--brand-800: #840C97;
--brand-900: #600E6D;
--brand-950: #3C0844;
--brand: #cf19ec;
--brand-ink: #000000;
}Colors that work with #cf19ec
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 #cf19ec
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 | #36EC19 | Directly opposite — maximum tension | |
| Analogous left | #6619EC | Neighbour, quieter | |
| Analogous right | #EC199F | Neighbour, quieter | |
| Split-complement 1 | #9FEC19 | Contrast without the clash | |
| Split-complement 2 | #19EC66 | Contrast without the clash | |
| Triadic 1 | #ECCF19 | Even thirds — balanced and loud | |
| Triadic 2 | #19ECCF | Even thirds — balanced and loud | |
| Tetradic | #EC6619 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cf19ec text on a black background
contrast 5.00:1
#cf19ec text on a white background
contrast 4.20:1
CSS3 live lab
The quick brown fox
color: #cf19ec;
background-color: #cf19ec;
Glowing headline
text-shadow: 2px 2px 8px #cf19ec;
Soft neon halo
text-shadow: 0 0 14px rgba(207, 25, 236, 0.45);
box-shadow: 0 12px 32px -8px rgba(207, 25, 236, 0.45);
border: 3px solid #cf19ec; background: linear-gradient(135deg, #cf19ec, #EC197C);
Monochromatic scale
Palettes built from #cf19ec
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: Magenta (#ff00ff) — ΔE2000 8.6 away, with its history, psychology and brand usage.
#cf19ec 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.
#cf19ec, answered
What color is #cf19ec?
#cf19ec is a balanced electric magenta / pink, closest to Medium Orchid (ΔE2000 6.5). It sits at 292° on the hue wheel with 85% saturation and 51% lightness, which reads as neutral.
What is the RGB value of #cf19ec?
rgb(207, 25, 236) — 207 red, 25 green and 236 blue out of 255, or 81.2% / 9.8% / 92.5% by channel.
Is #cf19ec a light or a dark color?
It is a mid-tone. Relative luminance is 0.2002 and perceived brightness is 55%, so black text on it reaches 5.00:1.
Should I use black or white text on #cf19ec?
Black. It scores 5.00:1 against #cf19ec, versus 4.20:1 for white — AA at any size.
What is the complementary color of #cf19ec?
#36EC19 sits directly opposite on the wheel. Softer options are the split-complements #9FEC19 and #19EC66, which give the same contrast with far less vibration.
What colors go well with #cf19ec?
For interface work: #FAF4FA as the surface, #E7C0ED for borders, #904B9B for secondary text, #52C10B as an accent and #670A76 for hover and pressed states. For a palette, the analogous pair #6619EC and #EC199F stays calm, while #36EC19 is the loudest partner.
What is #cf19ec in CMYK for printing?
cmyk(12%, 89%, 0%, 8%). 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 #cf19ec warm or cool?
Neutral — it scores 55 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #EC19BB; nudged cooler, #8217EE.