#593eb4
a balanced, vivid blue · cool · closest name: Rebecca Purple
At a glance
Every number on this page in one read: what #593eb4 is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #593eb4 |
| RGB | rgb(89, 62, 180) |
| HSL | hsl(254, 49%, 48%) |
| CMYK | cmyk(51%, 66%, 0%, 29%) |
| LAB | lab(35.7 41.6 -58.9) |
| LCH | lch(35.7 72.1 305.3) |
| OKLCH | oklch(0.464 0.177 287.9) |
| Decimal | 5848756 |
| Display P3 | color(display-p3 0.349 0.243 0.706) |
Copy-ready code
/* CSS */
color: #593eb4;
background-color: #593eb4;
/* Tailwind (arbitrary) */
class="text-[#593eb4] bg-[#593eb4]"
/* SCSS */
$brand: #593eb4;
/* SwiftUI */
Color(red: 0.349, green: 0.243, blue: 0.706)
/* Android */
Color.parseColor("#593eb4")
/* Flutter */
Color(0xFF593EB4)
/* Python / OpenCV (BGR) */
(180, 62, 89)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. #593eb4 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: #F6F4FA;
--brand-100: #EDEAF6;
--brand-200: #D6D0EC;
--brand-300: #B8ACE2;
--brand-400: #9582D4;
--brand-500: #7158C6;
--brand-600: #593eb4;
--brand-700: #4B3498;
--brand-800: #3C2A79;
--brand-900: #2E2259;
--brand-950: #1D1537;
--brand: #593eb4;
--brand-ink: #ffffff;
}Colors that work with #593eb4
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 #593eb4
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
- ⚠Text on black or near-black surfaces
- ⚠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 | #99B43E | Directly opposite — maximum tension | |
| Analogous left | #3E5EB4 | Neighbour, quieter | |
| Analogous right | #943EB4 | Neighbour, quieter | |
| Split-complement 1 | #B4943E | Contrast without the clash | |
| Split-complement 2 | #5EB43E | Contrast without the clash | |
| Triadic 1 | #B4593E | Even thirds — balanced and loud | |
| Triadic 2 | #3EB459 | Even thirds — balanced and loud | |
| Tetradic | #B43E5E | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#593eb4 text on a black background
contrast 2.77:1
#593eb4 text on a white background
contrast 7.57:1
CSS3 live lab
The quick brown fox
color: #593eb4;
background-color: #593eb4;
Glowing headline
text-shadow: 2px 2px 8px #593eb4;
Soft neon halo
text-shadow: 0 0 14px rgba(89, 62, 180, 0.45);
box-shadow: 0 12px 32px -8px rgba(89, 62, 180, 0.45);
border: 3px solid #593eb4; background: linear-gradient(135deg, #593eb4, #A83EB4);
Monochromatic scale
Palettes built from #593eb4
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: Iris (#5a4fcf) — ΔE2000 6.1 away, with its history, psychology and brand usage.
#593eb4 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.
#593eb4, answered
What color is #593eb4?
#593eb4 is a balanced vivid blue, closest to Rebecca Purple (ΔE2000 6.1). It sits at 254° on the hue wheel with 49% saturation and 48% lightness, which reads as cool.
What is the RGB value of #593eb4?
rgb(89, 62, 180) — 89 red, 62 green and 180 blue out of 255, or 34.9% / 24.3% / 70.6% by channel.
Is #593eb4 a light or a dark color?
It is a dark color. Relative luminance is 0.0886 and perceived brightness is 36%, so white text on it reaches 7.57:1.
Should I use black or white text on #593eb4?
White. It scores 7.57:1 against #593eb4, versus 2.77:1 for black — AAA at any size.
What is the complementary color of #593eb4?
#99B43E sits directly opposite on the wheel. Softer options are the split-complements #B4943E and #5EB43E, which give the same contrast with far less vibration.
What colors go well with #593eb4?
For interface work: #F6F4FA as the surface, #CBC2EA for borders, #5D4B9B for secondary text, #9C9930 as an accent and #2F215F for hover and pressed states. For a palette, the analogous pair #3E5EB4 and #943EB4 stays calm, while #99B43E is the loudest partner.
What is #593eb4 in CMYK for printing?
cmyk(51%, 66%, 0%, 29%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #593eb4 warm or cool?
Cool — it scores 76 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #843EB4; nudged cooler, #3C4DB7.