Black
#250330
PinkColor Codes
All color formats for development
HEX
#250330RGB
rgb(37, 3, 48)HSL
hsl(285, 88%, 10%)OKLCH
oklch(0.2 0.089 316.5)CMYK
cmyk(23%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21032B
2#1D0226
3#1A0222
4#16021D
5#120218
6#0F0113
7#0B010E
8#07010A
9#040005
Tints
Lighter variations
1#46065B
2#670986
3#880BB1
4#A90EDD
5#BF27F1
6#CC52F4
7#D87EF7
8#E5A9F9
9#F2D4FC
Tones
Muted variations
1#24052E
2#22082B
3#210A29
4#200C27
5#1F0E25
6#1E1122
7#1D1320
8#1C151E
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DD #F5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC1 #ECC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | DE91 #DE91F8 | BordersInactive statesPlaceholder text |
| 400 | CD57 #CD57F4 | Disabled statesSecondary iconsMuted text |
| 500 | BF27 #BF27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | A20D #A20DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 810B #810BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C08 #5C0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B05 #3B054D | Primary textHigh emphasis contentDark headings |
| 950 | 2503 #250330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FBF1FE;
--black-100: #F5DDFD;
--black-200: #ECC1FB;
--black-300: #DE91F8;
--black-400: #CD57F4;
--black-500: #BF27F1;
--black-600: #A20DD3;
--black-700: #810BA8;
--black-800: #5C0878;
--black-900: #3B054D;
--black-950: #250330;
}