Dark Red

#500118

Pink

Color Codes

All color formats for development

HEX
#500118
RGB
rgb(80, 1, 24)
HSL
hsl(343, 98%, 16%)
OKLCH
oklch(0.276 0.109 13)
CMYK
cmyk(0%, 99%, 70%, 69%)

Accessibility

WCAG contrast compliance

On White Background

15.46:1

AA AAA

On Black Background

1.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FFDC
200
#FEBD
300
#FE8B
400
#FD4E
500
#FD1C
600
#DE02
700
#B102
800
#7E01
900
#5101
950
#3201

Shades

Darker variations

1#490115
2#410113
3#390110
4#30000E
5#28000C
6#200009
7#180007
8#100005
9#080002

Tints

Lighter variations

1#7B0124
2#A60230
3#D0023C
4#FA0349
5#FD2B66
6#FD5585
7#FE80A3
8#FEAAC2
9#FFD5E0

Tones

Muted variations

1#4D0519
2#49091B
3#450D1D
4#41111E
5#3D1520
6#391922
7#351D24
8#312125
9#2D2527

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F4
BackgroundsSubtle highlightsCard backgrounds
100
FFDC
#FFDCE6
Light backgroundsTable row hoverSkeleton loading
200
FEBD
#FEBDD0
Secondary backgroundsInput backgroundsDividers
300
FE8B
#FE8BAB
BordersInactive statesPlaceholder text
400
FD4E
#FD4E80
Disabled statesSecondary iconsMuted text
500
FD1C
#FD1C5C
Primary brand colorCTAsActive elementsLinks
600
DE02
#DE0241
Hover statesFocus ringsPrimary buttons hover
700
B102
#B10233
Active/pressed statesDark mode accentsSecondary text
800
7E01
#7E0125
Text on light backgroundsHeadingsStrong borders
900
5101
#510117
Primary textHigh emphasis contentDark headings
950
3201
#32010F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dark-red-50: #FFF0F4;
  --dark-red-100: #FFDCE6;
  --dark-red-200: #FEBDD0;
  --dark-red-300: #FE8BAB;
  --dark-red-400: #FD4E80;
  --dark-red-500: #FD1C5C;
  --dark-red-600: #DE0241;
  --dark-red-700: #B10233;
  --dark-red-800: #7E0125;
  --dark-red-900: #510117;
  --dark-red-950: #32010F;
}
Generate More ShadesCreate PaletteConvert Color