Black
#2A062D
PinkColor Codes
All color formats for development
HEX
#2A062DRGB
rgb(42, 6, 45)HSL
hsl(295, 76%, 10%)OKLCH
oklch(0.212 0.082 324.7)CMYK
cmyk(7%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#250628
2#210524
3#1D041F
4#19041B
5#150316
6#110212
7#0C020D
8#080109
9#040104
Tints
Lighter variations
1#4F0C55
2#75117E
3#9A17A6
4#C01CCE
5#D535E3
6#DD5DE9
7#E686EE
8#EEAEF4
9#F7D7F9
Tones
Muted variations
1#28082B
2#260A29
3#250C27
4#230E25
5#221023
6#201221
7#1E141F
8#1D161D
9#1B181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF2 #FCF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8E0 #F8E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C5 #F3C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E998 #E998F1 | BordersInactive statesPlaceholder text |
| 400 | DE62 #DE62EA | Disabled statesSecondary iconsMuted text |
| 500 | D535 #D535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | B71B #B71BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9215 #92159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 680F #680F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 430A #430A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2A06 #2A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FCF2FD;
--black-100: #F8E0FB;
--black-200: #F3C5F7;
--black-300: #E998F1;
--black-400: #DE62EA;
--black-500: #D535E3;
--black-600: #B71BC5;
--black-700: #92159D;
--black-800: #680F70;
--black-900: #430A48;
--black-950: #2A062D;
}