Black

#2D0622

Pink

Color Codes

All color formats for development

HEX
#2D0622
RGB
rgb(45, 6, 34)
HSL
hsl(317, 76%, 10%)
OKLCH
oklch(0.21 0.074 341.3)
CMYK
cmyk(0%, 87%, 24%, 82%)

Accessibility

WCAG contrast compliance

On White Background

18.09: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#28061F
2#24051B
3#1F0418
4#1B0414
5#160311
6#12020E
7#0D020A
8#090107
9#040103

Tints

Lighter variations

1#550C40
2#7E115F
3#A6177D
4#CE1C9C
5#E335B2
6#E95DC1
7#EE86D1
8#F4AEE0
9#F9D7F0

Tones

Muted variations

1#2B0821
2#290A20
3#270C1F
4#250E1F
5#23101E
6#21121D
7#1F141C
8#1D161B
9#1B181A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2FA
BackgroundsSubtle highlightsCard backgrounds
100
FBE0
#FBE0F3
Light backgroundsTable row hoverSkeleton loading
200
F7C5
#F7C5E9
Secondary backgroundsInput backgroundsDividers
300
F198
#F198D8
BordersInactive statesPlaceholder text
400
EA62
#EA62C3
Disabled statesSecondary iconsMuted text
500
E335
#E335B2
Primary brand colorCTAsActive elementsLinks
600
C51B
#C51B95
Hover statesFocus ringsPrimary buttons hover
700
9D15
#9D1577
Active/pressed statesDark mode accentsSecondary text
800
700F
#700F55
Text on light backgroundsHeadingsStrong borders
900
480A
#480A36
Primary textHigh emphasis contentDark headings
950
2D06
#2D0622
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FDF2FA;
  --black-100: #FBE0F3;
  --black-200: #F7C5E9;
  --black-300: #F198D8;
  --black-400: #EA62C3;
  --black-500: #E335B2;
  --black-600: #C51B95;
  --black-700: #9D1577;
  --black-800: #700F55;
  --black-900: #480A36;
  --black-950: #2D0622;
}
Generate More ShadesCreate PaletteConvert Color