Black

#250231

Pink

Color Codes

All color formats for development

HEX
#250231
RGB
rgb(37, 2, 49)
HSL
hsl(285, 92%, 10%)
OKLCH
oklch(0.2 0.092 315.8)
CMYK
cmyk(24%, 96%, 0%, 81%)

Accessibility

WCAG contrast compliance

On White Background

18.56:1

AA AAA

On Black Background

1.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF0
100
#F5DD
200
#EDBF
300
#DF8E
400
#CF54
500
#C123
600
#A409
700
#8207
800
#5D05
900
#3C03
950
#2502

Shades

Darker variations

1#22022C
2#1E0227
3#1A0122
4#16011D
5#130118
6#0F0114
7#0B010F
8#07000A
9#040005

Tints

Lighter variations

1#47045D
2#680689
3#8A08B5
4#AB09E1
5#C123F6
6#CD4FF8
7#DA7BF9
8#E6A7FB
9#F3D3FD

Tones

Muted variations

1#24042F
2#23072C
3#22092A
4#210B28
5#1F0E25
6#1E1023
7#1D1221
8#1C151E
9#1B171C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF0
#FBF0FE
BackgroundsSubtle highlightsCard backgrounds
100
F5DD
#F5DDFE
Light backgroundsTable row hoverSkeleton loading
200
EDBF
#EDBFFC
Secondary backgroundsInput backgroundsDividers
300
DF8E
#DF8EFA
BordersInactive statesPlaceholder text
400
CF54
#CF54F8
Disabled statesSecondary iconsMuted text
500
C123
#C123F6
Primary brand colorCTAsActive elementsLinks
600
A409
#A409D7
Hover statesFocus ringsPrimary buttons hover
700
8207
#8207AB
Active/pressed statesDark mode accentsSecondary text
800
5D05
#5D057A
Text on light backgroundsHeadingsStrong borders
900
3C03
#3C034E
Primary textHigh emphasis contentDark headings
950
2502
#250231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FBF0FE;
  --black-100: #F5DDFE;
  --black-200: #EDBFFC;
  --black-300: #DF8EFA;
  --black-400: #CF54F8;
  --black-500: #C123F6;
  --black-600: #A409D7;
  --black-700: #8207AB;
  --black-800: #5D057A;
  --black-900: #3C034E;
  --black-950: #250231;
}
Generate More ShadesCreate PaletteConvert Color