Black
#280231
PinkColor Codes
All color formats for development
HEX
#280231RGB
rgb(40, 2, 49)HSL
hsl(289, 92%, 10%)OKLCH
oklch(0.205 0.093 319.1)CMYK
cmyk(18%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24022C
2#200227
3#1C0122
4#18011D
5#140118
6#100114
7#0C010F
8#08000A
9#040005
Tints
Lighter variations
1#4D045D
2#710689
3#9508B5
4#BA09E1
5#CF23F6
6#D94FF8
7#E27BF9
8#ECA7FB
9#F5D3FD
Tones
Muted variations
1#27042F
2#25072C
3#24092A
4#220B28
5#210E25
6#1F1023
7#1E1221
8#1C151E
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BF #F1BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | E78E #E78EFA | BordersInactive statesPlaceholder text |
| 400 | DA54 #DA54F8 | Disabled statesSecondary iconsMuted text |
| 500 | CF23 #CF23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B209 #B209D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D07 #8D07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6505 #65057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4103 #41034E | Primary textHigh emphasis contentDark headings |
| 950 | 2802 #280231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FCF0FE;
--black-100: #F8DDFE;
--black-200: #F1BFFC;
--black-300: #E78EFA;
--black-400: #DA54F8;
--black-500: #CF23F6;
--black-600: #B209D7;
--black-700: #8D07AB;
--black-800: #65057A;
--black-900: #41034E;
--black-950: #280231;
}