Black
#270132
PinkColor Codes
All color formats for development
HEX
#270132RGB
rgb(39, 1, 50)HSL
hsl(287, 96%, 10%)OKLCH
oklch(0.203 0.096 317.4)CMYK
cmyk(22%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23012D
2#1F0128
3#1C0123
4#18011E
5#140119
6#100014
7#0C000F
8#08000A
9#040005
Tints
Lighter variations
1#4B025F
2#6E038C
3#9204B9
4#B505E6
5#CB1EFA
6#D54BFB
7#E078FC
8#EAA5FD
9#F5D2FE
Tones
Muted variations
1#260330
2#25062D
3#23082B
4#220B28
5#200D26
6#1F1023
7#1E1221
8#1C151E
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DC #F7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BE #F0BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E48C #E48CFD | BordersInactive statesPlaceholder text |
| 400 | D650 #D650FB | Disabled statesSecondary iconsMuted text |
| 500 | CB1E #CB1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | AD04 #AD04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8A04 #8A04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6203 #62037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F02 #3F0250 | Primary textHigh emphasis contentDark headings |
| 950 | 2701 #270132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FCF0FF;
--black-100: #F7DCFE;
--black-200: #F0BEFE;
--black-300: #E48CFD;
--black-400: #D650FB;
--black-500: #CB1EFA;
--black-600: #AD04DC;
--black-700: #8A04AF;
--black-800: #62037D;
--black-900: #3F0250;
--black-950: #270132;
}