Black
#280330
PinkColor Codes
All color formats for development
HEX
#280330RGB
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
Tailwind Scale
50-950 scale matching Tailwind CSS naming
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
| Level | Color | Typical 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;
}