Black
#2D061C
PinkColor Codes
All color formats for development
HEX
#2D061CRGB
rgb(45, 6, 28)HSL
hsl(326, 76%, 10%)OKLCH
oklch(0.207 0.07 349.9)CMYK
cmyk(0%, 87%, 38%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280619
2#240516
3#1F0414
4#1B0411
5#16030E
6#12020B
7#0D0208
8#090106
9#040103
Tints
Lighter variations
1#550C35
2#7E114F
3#A61768
4#CE1C81
5#E33598
6#E95DAD
7#EE86C1
8#F4AED6
9#F9D7EA
Tones
Muted variations
1#2B081C
2#290A1C
3#270C1B
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 #F7C5E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198CA | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62AF | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33598 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B7C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1562 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A2D | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F8;
--black-100: #FBE0EF;
--black-200: #F7C5E1;
--black-300: #F198CA;
--black-400: #EA62AF;
--black-500: #E33598;
--black-600: #C51B7C;
--black-700: #9D1562;
--black-800: #700F46;
--black-900: #480A2D;
--black-950: #2D061C;
}