Dark Red

#4D051E

Pink

Color Codes

All color formats for development

HEX
#4D051E
RGB
rgb(77, 5, 30)
HSL
hsl(339, 88%, 16%)
OKLCH
oklch(0.274 0.103 7.7)
CMYK
cmyk(0%, 94%, 61%, 70%)

Accessibility

WCAG contrast compliance

On White Background

15.49: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
#FEF1
100
#FDDD
200
#FBC1
300
#F891
400
#F457
500
#F127
600
#D30D
700
#A80B
800
#7808
900
#4D05
950
#3003

Shades

Darker variations

1#45041B
2#3D0418
3#360315
4#2E0312
5#26020F
6#1F020C
7#170109
8#0F0106
9#080003

Tints

Lighter variations

1#75072E
2#9D0A3E
3#C60D4D
4#EE0F5D
5#F23678
6#F55E93
7#F786AE
8#FAAEC9
9#FCD7E4

Tones

Muted variations

1#49081F
2#460C20
3#421021
4#3E1322
5#3B1723
6#371A24
7#341E26
8#302227
9#2C2528

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F5
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE8
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1D5
Secondary backgroundsInput backgroundsDividers
300
F891
#F891B5
BordersInactive statesPlaceholder text
400
F457
#F4578E
Disabled statesSecondary iconsMuted text
500
F127
#F1276E
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D53
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B42
Active/pressed statesDark mode accentsSecondary text
800
7808
#78082F
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D051E
Primary textHigh emphasis contentDark headings
950
3003
#300313
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dark-red-50: #FEF1F5;
  --dark-red-100: #FDDDE8;
  --dark-red-200: #FBC1D5;
  --dark-red-300: #F891B5;
  --dark-red-400: #F4578E;
  --dark-red-500: #F1276E;
  --dark-red-600: #D30D53;
  --dark-red-700: #A80B42;
  --dark-red-800: #78082F;
  --dark-red-900: #4D051E;
  --dark-red-950: #300313;
}
Generate More ShadesCreate PaletteConvert Color