Black
#2D0612
PinkColor Codes
All color formats for development
HEX
#2D0612RGB
rgb(45, 6, 18)HSL
hsl(342, 76%, 10%)OKLCH
oklch(0.203 0.065 6)CMYK
cmyk(0%, 87%, 60%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280610
2#24050E
3#1F040C
4#1B040B
5#160309
6#120207
7#0D0205
8#090104
9#040102
Tints
Lighter variations
1#550C22
2#7E1132
3#A61742
4#CE1C52
5#E33569
6#E95D87
7#EE86A5
8#F4AEC3
9#F9D7E1
Tones
Muted variations
1#2B0813
2#290A13
3#270C14
4#250E15
5#231016
6#211216
7#1F1417
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 #FBE0E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198B3 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA628B | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33569 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B4E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D153E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A1C | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0612 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F5;
--black-100: #FBE0E8;
--black-200: #F7C5D4;
--black-300: #F198B3;
--black-400: #EA628B;
--black-500: #E33569;
--black-600: #C51B4E;
--black-700: #9D153E;
--black-800: #700F2C;
--black-900: #480A1C;
--black-950: #2D0612;
}