Black
#2D061B
PinkColor Codes
All color formats for development
HEX
#2D061BRGB
rgb(45, 6, 27)HSL
hsl(328, 76%, 10%)OKLCH
oklch(0.206 0.069 351.4)CMYK
cmyk(0%, 87%, 40%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280618
2#240515
3#1F0413
4#1B0410
5#16030D
6#12020B
7#0D0208
8#090105
9#040103
Tints
Lighter variations
1#550C33
2#7E114B
3#A61763
4#CE1C7B
5#E33592
6#E95DA8
7#EE86BE
8#F4AED3
9#F9D7E9
Tones
Muted variations
1#2B081B
2#290A1B
3#270C1A
4#250E1A
5#23101A
6#21121A
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 #FBE0EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198C7 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62AA | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33592 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B76 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D155E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A2B | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F8;
--black-100: #FBE0EE;
--black-200: #F7C5E0;
--black-300: #F198C7;
--black-400: #EA62AA;
--black-500: #E33592;
--black-600: #C51B76;
--black-700: #9D155E;
--black-800: #700F43;
--black-900: #480A2B;
--black-950: #2D061B;
}