Black
#2D061D
PinkColor Codes
All color formats for development
HEX
#2D061DRGB
rgb(45, 6, 29)HSL
hsl(325, 76%, 10%)OKLCH
oklch(0.207 0.07 348.4)CMYK
cmyk(0%, 87%, 36%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28061A
2#240517
3#1F0414
4#1B0411
5#16030E
6#12020B
7#0D0209
8#090106
9#040103
Tints
Lighter variations
1#550C37
2#7E1150
3#A6176A
4#CE1C84
5#E3359B
6#E95DAF
7#EE86C3
8#F4AED7
9#F9D7EB
Tones
Muted variations
1#2B081C
2#290A1C
3#270C1C
4#250E1B
5#23101B
6#21121B
7#1F141A
8#1D161A
9#1B181A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198CC | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62B1 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3359B | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1565 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A2E | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F8;
--black-100: #FBE0EF;
--black-200: #F7C5E2;
--black-300: #F198CC;
--black-400: #EA62B1;
--black-500: #E3359B;
--black-600: #C51B7E;
--black-700: #9D1565;
--black-800: #700F48;
--black-900: #480A2E;
--black-950: #2D061D;
}