Black

#32011F

Pink

Color Codes

All color formats for development

HEX
#32011F
RGB
rgb(50, 1, 31)
HSL
hsl(323, 96%, 10%)
OKLCH
oklch(0.211 0.086 348.5)
CMYK
cmyk(0%, 98%, 38%, 80%)

Accessibility

WCAG contrast compliance

On White Background

18.11:1

AA AAA

On Black Background

1.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FEDC
200
#FEBE
300
#FD8C
400
#FB50
500
#FA1E
600
#DC04
700
#AF04
800
#7D03
900
#5002
950
#3201

Shades

Darker variations

1#2D011C
2#280119
3#230116
4#1E0113
5#190110
6#14000C
7#0F0009
8#0A0006
9#050003

Tints

Lighter variations

1#5F023B
2#8C0357
3#B90473
4#E60590
5#FA1EA6
6#FB4BB8
7#FC78CA
8#FDA5DB
9#FED2ED

Tones

Muted variations

1#30031F
2#2D061E
3#2B081D
4#280B1D
5#260D1C
6#23101C
7#21121B
8#1E151B
9#1C171A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F9
BackgroundsSubtle highlightsCard backgrounds
100
FEDC
#FEDCF1
Light backgroundsTable row hoverSkeleton loading
200
FEBE
#FEBEE5
Secondary backgroundsInput backgroundsDividers
300
FD8C
#FD8CD1
BordersInactive statesPlaceholder text
400
FB50
#FB50BA
Disabled statesSecondary iconsMuted text
500
FA1E
#FA1EA6
Primary brand colorCTAsActive elementsLinks
600
DC04
#DC0489
Hover statesFocus ringsPrimary buttons hover
700
AF04
#AF046D
Active/pressed statesDark mode accentsSecondary text
800
7D03
#7D034E
Text on light backgroundsHeadingsStrong borders
900
5002
#500232
Primary textHigh emphasis contentDark headings
950
3201
#32011F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FFF0F9;
  --black-100: #FEDCF1;
  --black-200: #FEBEE5;
  --black-300: #FD8CD1;
  --black-400: #FB50BA;
  --black-500: #FA1EA6;
  --black-600: #DC0489;
  --black-700: #AF046D;
  --black-800: #7D034E;
  --black-900: #500232;
  --black-950: #32011F;
}
Generate More ShadesCreate PaletteConvert Color