Dusky pink to RGB — Color Code

#cc7a8b
Format Value
HEX #cc7a8b
RGB rgb(204, 122, 139)
HSL hsl(347.6, 44.6%, 63.9%)
CMYK cmyk(0%, 40.2%, 31.9%, 20%)
HSV hsv(347.6, 40.2%, 80%)

dusky pink color harmonies

Tints & shades of dusky pink

Tints (lighter)

#d18696 #d592a0 #da9eab #dfaab5 #e3b6c0 #e8c3ca #eccfd5 #f1dbdf #f6e7ea #faf3f4

Shades (darker)

#b96f7e #a76472 #945965 #824e58 #6f434c #5d373f #4a2c33 #382126 #251619 #130b0d

Contrast & accessibility

The quick brown fox

On white · 3.12:1 · AA Large

The quick brown fox

On black · 6.72:1 · AA

Recommended text color: #000000

Use dusky pink in code

CSS color: #cc7a8b;
SCSS $color: #cc7a8b;
Tailwind bg-[#cc7a8b]
Swift UIColor(red: 0.800, green: 0.478, blue: 0.545, alpha: 1)
Android Color.parseColor("#cc7a8b")
Flutter Color(0xFFCC7A8B)

Colors similar to dusky pink

Browse all Red colors →

What is the RGB code for dusky pink?

The CSS color dusky pink in RGB format is rgb(204, 122, 139). Use this value directly in CSS, SVG, and most design tools.

How do I use dusky pink in CSS?

To apply dusky pink in CSS:

  • Text color: color: rgb(204, 122, 139);
  • Background: background-color: rgb(204, 122, 139);
  • Border: border-color: rgb(204, 122, 139);

What are all the color format values for dusky pink?

FormatValue
HEX#cc7a8b
RGBrgb(204, 122, 139)
HSLhsl(347.6, 44.6%, 63.9%)
CMYKcmyk(0%, 40.2%, 31.9%, 20%)

How do I convert dusky pink to RGB?

Select dusky pink from the color name list in our color converter. The RGB value — rgb(204, 122, 139) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dusky pink belong to?

dusky pink belongs to the red color family. It is a medium, moderately saturated color with HSL values: hue 347.6°, saturation 44.6%, lightness 63.9%.

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

Lighter variant (lightness 78.9%): #e1b1bb. Darker variant (lightness 48.9%): #b4455c. 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.