Black

#2D061F

Pink

Color Codes

All color formats for development

HEX
#2D061F
RGB
rgb(45, 6, 31)
HSL
hsl(322, 76%, 10%)
OKLCH
oklch(0.208 0.072 345.5)
CMYK
cmyk(0%, 87%, 31%, 82%)

Accessibility

WCAG contrast compliance

On White Background

18.14: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
#FDF2
100
#FBE0
200
#F7C5
300
#F198
400
#EA62
500
#E335
600
#C51B
700
#9D15
800
#700F
900
#480A
950
#2D06

Shades

Darker variations

1#28061C
2#240519
3#1F0415
4#1B0412
5#16030F
6#12020C
7#0D0209
8#090106
9#040103

Tints

Lighter variations

1#550C3A
2#7E1156
3#A61771
4#CE1C8D
5#E335A4
6#E95DB6
7#EE86C8
8#F4AEDA
9#F9D7ED

Tones

Muted variations

1#2B081E
2#290A1E
3#270C1D
4#250E1D
5#23101C
6#21121C
7#1F141B
8#1D161B
9#1B181A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F9
BackgroundsSubtle highlightsCard backgrounds
100
FBE0
#FBE0F1
Light backgroundsTable row hoverSkeleton loading
200
F7C5
#F7C5E5
Secondary backgroundsInput backgroundsDividers
300
F198
#F198D0
BordersInactive statesPlaceholder text
400
EA62
#EA62B8
Disabled statesSecondary iconsMuted text
500
E335
#E335A4
Primary brand colorCTAsActive elementsLinks
600
C51B
#C51B87
Hover statesFocus ringsPrimary buttons hover
700
9D15
#9D156B
Active/pressed statesDark mode accentsSecondary text
800
700F
#700F4D
Text on light backgroundsHeadingsStrong borders
900
480A
#480A31
Primary textHigh emphasis contentDark headings
950
2D06
#2D061F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FDF2F9;
  --black-100: #FBE0F1;
  --black-200: #F7C5E5;
  --black-300: #F198D0;
  --black-400: #EA62B8;
  --black-500: #E335A4;
  --black-600: #C51B87;
  --black-700: #9D156B;
  --black-800: #700F4D;
  --black-900: #480A31;
  --black-950: #2D061F;
}
Generate More ShadesCreate PaletteConvert Color