Black

#310211

Pink

Color Codes

All color formats for development

HEX
#310211
RGB
rgb(49, 2, 17)
HSL
hsl(341, 92%, 10%)
OKLCH
oklch(0.205 0.077 6.9)
CMYK
cmyk(0%, 96%, 65%, 81%)

Accessibility

WCAG contrast compliance

On White Background

18.30:1

AA AAA

On Black Background

1.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF0
100
#FEDD
200
#FCBF
300
#FA8E
400
#F854
500
#F623
600
#D709
700
#AB07
800
#7A05
900
#4E03
950
#3102

Shades

Darker variations

1#2C020F
2#27020E
3#22010C
4#1D010A
5#180108
6#140107
7#0F0105
8#0A0003
9#050002

Tints

Lighter variations

1#5D0420
2#89062F
3#B5083F
4#E1094E
5#F62366
6#F84F84
7#F97BA3
8#FBA7C2
9#FDD3E0

Tones

Muted variations

1#2F0412
2#2C0713
3#2A0913
4#280B14
5#250E15
6#231016
7#211217
8#1E1518
9#1C1719

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F5
BackgroundsSubtle highlightsCard backgrounds
100
FEDD
#FEDDE7
Light backgroundsTable row hoverSkeleton loading
200
FCBF
#FCBFD3
Secondary backgroundsInput backgroundsDividers
300
FA8E
#FA8EB1
BordersInactive statesPlaceholder text
400
F854
#F85488
Disabled statesSecondary iconsMuted text
500
F623
#F62366
Primary brand colorCTAsActive elementsLinks
600
D709
#D7094A
Hover statesFocus ringsPrimary buttons hover
700
AB07
#AB073B
Active/pressed statesDark mode accentsSecondary text
800
7A05
#7A052A
Text on light backgroundsHeadingsStrong borders
900
4E03
#4E031B
Primary textHigh emphasis contentDark headings
950
3102
#310211
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FEF0F5;
  --black-100: #FEDDE7;
  --black-200: #FCBFD3;
  --black-300: #FA8EB1;
  --black-400: #F85488;
  --black-500: #F62366;
  --black-600: #D7094A;
  --black-700: #AB073B;
  --black-800: #7A052A;
  --black-900: #4E031B;
  --black-950: #310211;
}
Generate More ShadesCreate PaletteConvert Color