Black

#330014

Pink

Color Codes

All color formats for development

HEX
#330014
RGB
rgb(51, 0, 20)
HSL
hsl(336, 100%, 10%)
OKLCH
oklch(0.207 0.083 2.9)
CMYK
cmyk(0%, 100%, 61%, 80%)

Accessibility

WCAG contrast compliance

On White Background

18.25: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
#FFF0
100
#FFDB
200
#FFBD
300
#FF8A
400
#FF4D
500
#FF1A
600
#E000
700
#B300
800
#8000
900
#5200
950
#3300

Shades

Darker variations

1#2E0012
2#290010
3#24000E
4#1F000C
5#1A000A
6#140008
7#0F0006
8#0A0004
9#050002

Tints

Lighter variations

1#610027
2#8F0039
3#BD004B
4#EB005E
5#FF1A75
6#FF4791
7#FF75AC
8#FFA3C8
9#FFD1E3

Tones

Muted variations

1#300315
2#2E0515
3#2B0816
4#290A16
5#260D17
6#240F17
7#211218
8#1F1418
9#1C1719

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F6
BackgroundsSubtle highlightsCard backgrounds
100
FFDB
#FFDBEA
Light backgroundsTable row hoverSkeleton loading
200
FFBD
#FFBDD7
Secondary backgroundsInput backgroundsDividers
300
FF8A
#FF8AB9
BordersInactive statesPlaceholder text
400
FF4D
#FF4D94
Disabled statesSecondary iconsMuted text
500
FF1A
#FF1A75
Primary brand colorCTAsActive elementsLinks
600
E000
#E0005A
Hover statesFocus ringsPrimary buttons hover
700
B300
#B30047
Active/pressed statesDark mode accentsSecondary text
800
8000
#800033
Text on light backgroundsHeadingsStrong borders
900
5200
#520021
Primary textHigh emphasis contentDark headings
950
3300
#330014
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FFF0F6;
  --black-100: #FFDBEA;
  --black-200: #FFBDD7;
  --black-300: #FF8AB9;
  --black-400: #FF4D94;
  --black-500: #FF1A75;
  --black-600: #E0005A;
  --black-700: #B30047;
  --black-800: #800033;
  --black-900: #520021;
  --black-950: #330014;
}
Generate More ShadesCreate PaletteConvert Color