#d583af
a light, vivid magenta / pink · warm · closest name: Pale Violet Red
At a glance
Every number on this page in one read: what #d583af 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 | #d583af |
| RGB | rgb(213, 131, 175) |
| HSL | hsl(328, 49%, 68%) |
| CMYK | cmyk(0%, 39%, 18%, 17%) |
| LAB | lab(64.5 37.5 -9.8) |
| LCH | lch(64.5 38.8 345.4) |
| OKLCH | oklch(0.709 0.114 347.0) |
| Decimal | 13992879 |
| Display P3 | color(display-p3 0.835 0.514 0.686) |
Copy-ready code
/* CSS */
color: #d583af;
background-color: #d583af;
/* Tailwind (arbitrary) */
class="text-[#d583af] bg-[#d583af]"
/* SCSS */
$brand: #d583af;
/* SwiftUI */
Color(red: 0.835, green: 0.514, blue: 0.686)
/* Android */
Color.parseColor("#d583af")
/* Flutter */
Color(0xFFD583AF)
/* Python / OpenCV (BGR) */
(175, 131, 213)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. #d583af is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FAF4F8;
--brand-100: #F6EAF0;
--brand-200: #ECCFDF;
--brand-300: #E3ABC9;
--brand-400: #d583af;
--brand-500: #C65793;
--brand-600: #B73E7F;
--brand-700: #98346A;
--brand-800: #7A2955;
--brand-900: #59213F;
--brand-950: #381528;
--brand: #d583af;
--brand-ink: #000000;
}Colors that work with #d583af
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 #d583af
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 | #83D5A9 | Directly opposite — maximum tension | |
| Analogous left | #D283D5 | Neighbour, quieter | |
| Analogous right | #D58386 | Neighbour, quieter | |
| Split-complement 1 | #86D583 | Contrast without the clash | |
| Split-complement 2 | #83D5D2 | Contrast without the clash | |
| Triadic 1 | #AFD583 | Even thirds — balanced and loud | |
| Triadic 2 | #83AFD5 | Even thirds — balanced and loud | |
| Tetradic | #D5D283 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#d583af text on a black background
contrast 7.69:1
#d583af text on a white background
contrast 2.73:1
CSS3 live lab
The quick brown fox
color: #d583af;
background-color: #d583af;
Glowing headline
text-shadow: 2px 2px 8px #d583af;
Soft neon halo
text-shadow: 0 0 14px rgba(213, 131, 175, 0.45);
box-shadow: 0 12px 32px -8px rgba(213, 131, 175, 0.45);
border: 3px solid #d583af; background: linear-gradient(135deg, #d583af, #D58E83);
Monochromatic scale
Palettes built from #d583af
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: Hot Pink (#ff69b4) — ΔE2000 8.2 away, with its history, psychology and brand usage.
#d583af 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.
#d583af, answered
What color is #d583af?
#d583af is a light vivid magenta / pink, closest to Pale Violet Red (ΔE2000 7.1). It sits at 328° on the hue wheel with 49% saturation and 68% lightness, which reads as warm.
What is the RGB value of #d583af?
rgb(213, 131, 175) — 213 red, 131 green and 175 blue out of 255, or 83.5% / 51.4% / 68.6% by channel.
Is #d583af a light or a dark color?
It is a mid-tone. Relative luminance is 0.3347 and perceived brightness is 65%, so black text on it reaches 7.69:1.
Should I use black or white text on #d583af?
Black. It scores 7.69:1 against #d583af, versus 2.73:1 for white — AAA at any size.
What is the complementary color of #d583af?
#83D5A9 sits directly opposite on the wheel. Softer options are the split-complements #86D583 and #83D5D2, which give the same contrast with far less vibration.
What colors go well with #d583af?
For interface work: #FAF4F8 as the surface, #EAC2D8 for borders, #9B4B76 for secondary text, #309C47 as an accent and #5F2042 for hover and pressed states. For a palette, the analogous pair #D283D5 and #D58386 stays calm, while #83D5A9 is the loudest partner.
What is #d583af in CMYK for printing?
cmyk(0%, 39%, 18%, 17%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #d583af warm or cool?
Warm — it scores 35 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D58391; nudged cooler, #D782CE.