#ff10bc
a balanced, electric magenta / pink · warm · closest name: Deep Pink
At a glance
Every number on this page in one read: what #ff10bc 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 | #ff10bc |
| RGB | rgb(255, 16, 188) |
| HSL | hsl(317, 100%, 53%) |
| CMYK | cmyk(0%, 94%, 26%, 0%) |
| LAB | lab(57.3 88.9 -27.6) |
| LCH | lch(57.3 93.1 342.7) |
| OKLCH | oklch(0.670 0.281 344.8) |
| Decimal | 16715964 |
| Display P3 | color(display-p3 1.000 0.063 0.737) |
Copy-ready code
/* CSS */
color: #ff10bc;
background-color: #ff10bc;
/* Tailwind (arbitrary) */
class="text-[#ff10bc] bg-[#ff10bc]"
/* SCSS */
$brand: #ff10bc;
/* SwiftUI */
Color(red: 1.000, green: 0.063, blue: 0.737)
/* Android */
Color.parseColor("#ff10bc")
/* Flutter */
Color(0xFFFF10BC)
/* Python / OpenCV (BGR) */
(188, 16, 255)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. #ff10bc 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: #FEF1FA;
--brand-100: #FCE3F5;
--brand-200: #FCC0EB;
--brand-300: #FF8FE0;
--brand-400: #FF57D0;
--brand-500: #ff10bc;
--brand-600: #F500B0;
--brand-700: #CC0093;
--brand-800: #A30076;
--brand-900: #760556;
--brand-950: #490336;
--brand: #ff10bc;
--brand-ink: #000000;
}Colors that work with #ff10bc
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 #ff10bc
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 | #10FF53 | Directly opposite — maximum tension | |
| Analogous left | #CA10FF | Neighbour, quieter | |
| Analogous right | #FF1044 | Neighbour, quieter | |
| Split-complement 1 | #44FF10 | Contrast without the clash | |
| Split-complement 2 | #10FFCA | Contrast without the clash | |
| Triadic 1 | #BCFF10 | Even thirds — balanced and loud | |
| Triadic 2 | #10BCFF | Even thirds — balanced and loud | |
| Tetradic | #FFCA10 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ff10bc text on a black background
contrast 6.05:1
#ff10bc text on a white background
contrast 3.47:1
CSS3 live lab
The quick brown fox
color: #ff10bc;
background-color: #ff10bc;
Glowing headline
text-shadow: 2px 2px 8px #ff10bc;
Soft neon halo
text-shadow: 0 0 14px rgba(255, 16, 188, 0.45);
box-shadow: 0 12px 32px -8px rgba(255, 16, 188, 0.45);
border: 3px solid #ff10bc; background: linear-gradient(135deg, #ff10bc, #FF101D);
Monochromatic scale
Palettes built from #ff10bc
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: Deep Pink (#ff1493) — ΔE2000 7.4 away, with its history, psychology and brand usage.
#ff10bc 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.
#ff10bc, answered
What color is #ff10bc?
#ff10bc is a balanced electric magenta / pink, closest to Deep Pink (ΔE2000 7.4). It sits at 317° on the hue wheel with 100% saturation and 53% lightness, which reads as warm.
What is the RGB value of #ff10bc?
rgb(255, 16, 188) — 255 red, 16 green and 188 blue out of 255, or 100% / 6.3% / 73.7% by channel.
Is #ff10bc a light or a dark color?
It is a mid-tone. Relative luminance is 0.2526 and perceived brightness is 60%, so black text on it reaches 6.05:1.
Should I use black or white text on #ff10bc?
Black. It scores 6.05:1 against #ff10bc, versus 3.47:1 for white — AA at any size.
What is the complementary color of #ff10bc?
#10FF53 sits directly opposite on the wheel. Softer options are the split-complements #44FF10 and #10FFCA, which give the same contrast with far less vibration.
What colors go well with #ff10bc?
For interface work: #FAF4F9 as the surface, #EDC0E0 for borders, #9B4B84 for secondary text, #00CC06 as an accent and #80005C for hover and pressed states. For a palette, the analogous pair #CA10FF and #FF1044 stays calm, while #10FF53 is the loudest partner.
What is #ff10bc in CMYK for printing?
cmyk(0%, 94%, 26%, 0%). 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 #ff10bc warm or cool?
Warm — it scores 41 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FF1064; nudged cooler, #EA10FF.