Black
#2A0231
PinkColor Codes
All color formats for development
HEX
#2A0231RGB
rgb(42, 2, 49)HSL
hsl(291, 92%, 10%)OKLCH
oklch(0.209 0.094 321.3)CMYK
cmyk(14%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26022C
2#220227
3#1D0122
4#19011D
5#150118
6#110114
7#0D010F
8#08000A
9#040005
Tints
Lighter variations
1#50045D
2#750689
3#9B08B5
4#C109E1
5#D623F6
6#DE4FF8
7#E67BF9
8#EFA7FB
9#F7D3FD
Tones
Muted variations
1#28042F
2#27072C
3#25092A
4#230B28
5#220E25
6#201023
7#1E1221
8#1D151E
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3BF #F3BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | EA8E #EA8EFA | BordersInactive statesPlaceholder text |
| 400 | DF54 #DF54F8 | Disabled statesSecondary iconsMuted text |
| 500 | D623 #D623F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B809 #B809D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9307 #9307AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6905 #69057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4303 #43034E | Primary textHigh emphasis contentDark headings |
| 950 | 2A02 #2A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FCF0FE;
--black-100: #F9DDFE;
--black-200: #F3BFFC;
--black-300: #EA8EFA;
--black-400: #DF54F8;
--black-500: #D623F6;
--black-600: #B809D7;
--black-700: #9307AB;
--black-800: #69057A;
--black-900: #43034E;
--black-950: #2A0231;
}