Dull pink to RGB — Color Code

#d5869d
Format Value
HEX #d5869d
RGB rgb(213, 134, 157)
HSL hsl(342.5, 48.5%, 68%)
CMYK cmyk(0%, 37.1%, 26.3%, 16.5%)
HSV hsv(342.5, 37.1%, 83.5%)

dull pink color harmonies

Tints & shades of dull pink

Tints (lighter)

#d991a6 #dd9caf #e0a7b8 #e4b2c1 #e8bdca #ecc8d2 #f0d3db #f4dee4 #f7e9ed #fbf4f6

Shades (darker)

#c27a8f #ae6e80 #9b6172 #885564 #744956 #613d47 #4d3139 #3a252b #27181d #130c0e

Contrast & accessibility

The quick brown fox

On white · 2.72:1 · Fail

The quick brown fox

On black · 7.73:1 · AAA

Recommended text color: #000000

Use dull pink in code

CSS color: #d5869d;
SCSS $color: #d5869d;
Tailwind bg-[#d5869d]
Swift UIColor(red: 0.835, green: 0.525, blue: 0.616, alpha: 1)
Android Color.parseColor("#d5869d")
Flutter Color(0xFFD5869D)

Colors similar to dull pink

Browse all Pink colors →

What is the RGB code for dull pink?

The CSS color dull pink in RGB format is rgb(213, 134, 157). Use this value directly in CSS, SVG, and most design tools.

How do I use dull pink in CSS?

To apply dull pink in CSS:

  • Text color: color: rgb(213, 134, 157);
  • Background: background-color: rgb(213, 134, 157);
  • Border: border-color: rgb(213, 134, 157);

What are all the color format values for dull pink?

FormatValue
HEX#d5869d
RGBrgb(213, 134, 157)
HSLhsl(342.5, 48.5%, 68%)
CMYKcmyk(0%, 37.1%, 26.3%, 16.5%)

How do I convert dull pink to RGB?

Select dull pink from the color name list in our color converter. The RGB value — rgb(213, 134, 157) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dull pink belong to?

dull pink belongs to the pink color family. It is a medium, moderately saturated color with HSL values: hue 342.5°, saturation 48.5%, lightness 68%.

How do I create lighter and darker shades of dull pink?

Lighter variant (lightness 83%): #e9bfcb. Darker variant (lightness 53%): #c14d6f. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.