Dark grey to RGB

Color Code

#363737
Format Value
HEX #363737
RGB rgb(54, 55, 55)
HSL hsl(180, 0.9%, 21.4%)
CMYK cmyk(1.8%, 0%, 0%, 78.4%)
HSV hsv(180, 1.8%, 21.6%)

dark grey color harmonies

Tints & shades of dark grey

Tints (lighter)

#484949 #5b5b5b #6d6e6e #7f8080 #919292 #a4a4a4 #b6b6b6 #c8c8c8 #dadbdb #ededed

Shades (darker)

#313232 #2c2d2d #272828 #222323 #1d1e1e #191919 #141414 #0f0f0f #0a0a0a #050505

Contrast & accessibility

The quick brown fox

On white · 11.94:1 · AAA

The quick brown fox

On black · 1.76:1 · Fail

Recommended text color: #ffffff

Use dark grey in code

CSS color: #363737;
SCSS $color: #363737;
Tailwind bg-[#363737]
Swift UIColor(red: 0.212, green: 0.216, blue: 0.216, alpha: 1)
Android Color.parseColor("#363737")
Flutter Color(0xFF363737)

Colors similar to dark grey

Browse all Gray & neutral colors →

What is the RGB code for dark grey?

The CSS color dark grey in RGB format is rgb(54, 55, 55). Use this value directly in CSS, SVG, and most design tools.

How do I use dark grey in CSS?

To apply dark grey in CSS:

  • Text color: color: rgb(54, 55, 55);
  • Background: background-color: rgb(54, 55, 55);
  • Border: border-color: rgb(54, 55, 55);

What are all the color format values for dark grey?

FormatValue
HEX#363737
RGBrgb(54, 55, 55)
HSLhsl(180, 0.9%, 21.4%)
CMYKcmyk(1.8%, 0%, 0%, 78.4%)

How do I convert dark grey to RGB?

Select dark grey from the color name list in our color converter. The RGB value — rgb(54, 55, 55) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark grey belong to?

dark grey belongs to the neutral (gray) color family. It is a dark, muted color with HSL values: hue 180°, saturation 0.9%, lightness 21.4%.

How do I create lighter and darker shades of dark grey?

Lighter variant (lightness 36.4%): #5c5e5e. Darker variant (lightness 6.399999999999999%): #101010. 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.