Black
#2D0613
PinkColor Codes
All color formats for development
HEX
#2D0613RGB
rgb(45, 6, 19)HSL
hsl(340, 76%, 10%)OKLCH
oklch(0.203 0.065 4.4)CMYK
cmyk(0%, 87%, 58%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280611
2#24050F
3#1F040D
4#1B040B
5#16030A
6#120208
7#0D0206
8#090104
9#040102
Tints
Lighter variations
1#550C24
2#7E1135
3#A61746
4#CE1C58
5#E3356F
6#E95D8C
7#EE86A9
8#F4AEC5
9#F9D7E2
Tones
Muted variations
1#2B0814
2#290A14
3#270C15
4#250E16
5#231016
6#211217
7#1F1418
8#1D1618
9#1B1819
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198B5 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA628F | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3356F | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B54 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1543 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F30 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A1E | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0613 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F5;
--black-100: #FBE0E9;
--black-200: #F7C5D5;
--black-300: #F198B5;
--black-400: #EA628F;
--black-500: #E3356F;
--black-600: #C51B54;
--black-700: #9D1543;
--black-800: #700F30;
--black-900: #480A1E;
--black-950: #2D0613;
}