Black

#270231

Pink

Color Codes

All color formats for development

HEX
#270231
RGB
rgb(39, 2, 49)
HSL
hsl(287, 92%, 10%)
OKLCH
oklch(0.203 0.093 318)
CMYK
cmyk(20%, 96%, 0%, 81%)

Accessibility

WCAG contrast compliance

On White Background

18.43:1

AA AAA

On Black Background

1.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF0
100
#F6DD
200
#EFBF
300
#E38E
400
#D454
500
#C823
600
#AB09
700
#8807
800
#6105
900
#3E03
950
#2702

Shades

Darker variations

1#23022C
2#1F0227
3#1B0122
4#17011D
5#130118
6#100114
7#0C010F
8#08000A
9#040005

Tints

Lighter variations

1#4A045D
2#6D0689
3#9008B5
4#B209E1
5#C823F6
6#D34FF8
7#DE7BF9
8#E9A7FB
9#F4D3FD

Tones

Muted variations

1#25042F
2#24072C
3#23092A
4#210B28
5#200E25
6#1F1023
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
F6DD
#F6DDFE
Light backgroundsTable row hoverSkeleton loading
200
EFBF
#EFBFFC
Secondary backgroundsInput backgroundsDividers
300
E38E
#E38EFA
BordersInactive statesPlaceholder text
400
D454
#D454F8
Disabled statesSecondary iconsMuted text
500
C823
#C823F6
Primary brand colorCTAsActive elementsLinks
600
AB09
#AB09D7
Hover statesFocus ringsPrimary buttons hover
700
8807
#8807AB
Active/pressed statesDark mode accentsSecondary text
800
6105
#61057A
Text on light backgroundsHeadingsStrong borders
900
3E03
#3E034E
Primary textHigh emphasis contentDark headings
950
2702
#270231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FBF0FE;
  --black-100: #F6DDFE;
  --black-200: #EFBFFC;
  --black-300: #E38EFA;
  --black-400: #D454F8;
  --black-500: #C823F6;
  --black-600: #AB09D7;
  --black-700: #8807AB;
  --black-800: #61057A;
  --black-900: #3E034E;
  --black-950: #270231;
}
Generate More ShadesCreate PaletteConvert Color