Black

#280330

Pink

Color Codes

All color formats for development

HEX
#280330
RGB
rgb(40, 3, 48)
HSL
hsl(289, 88%, 10%)
OKLCH
oklch(0.206 0.09 319.9)
CMYK
cmyk(17%, 94%, 0%, 81%)

Accessibility

WCAG contrast compliance

On White Background

18.33: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
#FCF1
100
#F7DD
200
#F0C1
300
#E591
400
#D757
500
#CC27
600
#AF0D
700
#8B0B
800
#6308
900
#4005
950
#2803

Shades

Darker variations

1#24032B
2#200226
3#1C0222
4#18021D
5#140218
6#100113
7#0C010E
8#08010A
9#040005

Tints

Lighter variations

1#4B065B
2#6F0986
3#930BB1
4#B70EDD
5#CC27F1
6#D652F4
7#E17EF7
8#EBA9F9
9#F5D4FC

Tones

Muted variations

1#26052E
2#25082B
3#230A29
4#220C27
5#210E25
6#1F1122
7#1E1320
8#1C151E
9#1B171C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FCF1
#FCF1FE
BackgroundsSubtle highlightsCard backgrounds
100
F7DD
#F7DDFD
Light backgroundsTable row hoverSkeleton loading
200
F0C1
#F0C1FB
Secondary backgroundsInput backgroundsDividers
300
E591
#E591F8
BordersInactive statesPlaceholder text
400
D757
#D757F4
Disabled statesSecondary iconsMuted text
500
CC27
#CC27F1
Primary brand colorCTAsActive elementsLinks
600
AF0D
#AF0DD3
Hover statesFocus ringsPrimary buttons hover
700
8B0B
#8B0BA8
Active/pressed statesDark mode accentsSecondary text
800
6308
#630878
Text on light backgroundsHeadingsStrong borders
900
4005
#40054D
Primary textHigh emphasis contentDark headings
950
2803
#280330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FCF1FE;
  --black-100: #F7DDFD;
  --black-200: #F0C1FB;
  --black-300: #E591F8;
  --black-400: #D757F4;
  --black-500: #CC27F1;
  --black-600: #AF0DD3;
  --black-700: #8B0BA8;
  --black-800: #630878;
  --black-900: #40054D;
  --black-950: #280330;
}
Generate More ShadesCreate PaletteConvert Color