#f593ba
a light, electric magenta / pink · warm · closest name: Hot Pink
At a glance
Every number on this page in one read: what #f593ba 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 | #f593ba |
| RGB | rgb(245, 147, 186) |
| HSL | hsl(336, 83%, 77%) |
| CMYK | cmyk(0%, 40%, 24%, 4%) |
| LAB | lab(72.1 41.7 -4.3) |
| LCH | lch(72.1 42.0 354.1) |
| OKLCH | oklch(0.776 0.126 355.1) |
| Decimal | 16094138 |
| Display P3 | color(display-p3 0.961 0.576 0.729) |
Copy-ready code
/* CSS */
color: #f593ba;
background-color: #f593ba;
/* Tailwind (arbitrary) */
class="text-[#f593ba] bg-[#f593ba]"
/* SCSS */
$brand: #f593ba;
/* SwiftUI */
Color(red: 0.961, green: 0.576, blue: 0.729)
/* Android */
Color.parseColor("#f593ba")
/* Flutter */
Color(0xFFF593BA)
/* Python / OpenCV (BGR) */
(186, 147, 245)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. #f593ba is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FCF2F6;
--brand-100: #FAE6EE;
--brand-200: #F6C6D9;
--brand-300: #f593ba;
--brand-400: #F1659D;
--brand-500: #EC327C;
--brand-600: #E01566;
--brand-700: #BB1155;
--brand-800: #950E44;
--brand-900: #6C0E34;
--brand-950: #430920;
--brand: #f593ba;
--brand-ink: #000000;
}Colors that work with #f593ba
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 #f593ba
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠White 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 | #93F5CE | Directly opposite — maximum tension | |
| Analogous left | #F593EB | Neighbour, quieter | |
| Analogous right | #F59D93 | Neighbour, quieter | |
| Split-complement 1 | #93F59D | Contrast without the clash | |
| Split-complement 2 | #93EBF5 | Contrast without the clash | |
| Triadic 1 | #BAF593 | Even thirds — balanced and loud | |
| Triadic 2 | #93BAF5 | Even thirds — balanced and loud | |
| Tetradic | #EBF593 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#f593ba text on a black background
contrast 9.77:1
#f593ba text on a white background
contrast 2.15:1
CSS3 live lab
The quick brown fox
color: #f593ba;
background-color: #f593ba;
Glowing headline
text-shadow: 2px 2px 8px #f593ba;
Soft neon halo
text-shadow: 0 0 14px rgba(245, 147, 186, 0.45);
box-shadow: 0 12px 32px -8px rgba(245, 147, 186, 0.45);
border: 3px solid #f593ba; background: linear-gradient(135deg, #f593ba, #F5AD93);
Monochromatic scale
Palettes built from #f593ba
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: Flamingo (#fc8eac) — ΔE2000 4 away, with its history, psychology and brand usage.
#f593ba 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.
#f593ba, answered
What color is #f593ba?
#f593ba is a light electric magenta / pink, closest to Hot Pink (ΔE2000 8.7). It sits at 336° on the hue wheel with 83% saturation and 77% lightness, which reads as warm.
What is the RGB value of #f593ba?
rgb(245, 147, 186) — 245 red, 147 green and 186 blue out of 255, or 96.1% / 57.6% / 72.9% by channel.
Is #f593ba a light or a dark color?
It is a mid-tone. Relative luminance is 0.4383 and perceived brightness is 73%, so black text on it reaches 9.77:1.
Should I use black or white text on #f593ba?
Black. It scores 9.77:1 against #f593ba, versus 2.15:1 for white — AAA at any size.
What is the complementary color of #f593ba?
#93F5CE sits directly opposite on the wheel. Softer options are the split-complements #93F59D and #93EBF5, which give the same contrast with far less vibration.
What colors go well with #f593ba?
For interface work: #FAF4F7 as the surface, #EDC0D2 for borders, #9B4B6B for secondary text, #0EBE4C as an accent and #750B35 for hover and pressed states. For a palette, the analogous pair #F593EB and #F59D93 stays calm, while #93F5CE is the loudest partner.
What is #f593ba in CMYK for printing?
cmyk(0%, 40%, 24%, 4%). 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 #f593ba warm or cool?
Warm — it scores 30 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #F59396; nudged cooler, #F692DF.