Black
#2D0623
PinkColor Codes
All color formats for development
HEX
#2D0623RGB
rgb(45, 6, 35)HSL
hsl(315, 76%, 10%)OKLCH
oklch(0.211 0.075 339.9)CMYK
cmyk(0%, 87%, 22%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280620
2#24051C
3#1F0419
4#1B0415
5#160312
6#12020E
7#0D020B
8#090107
9#040104
Tints
Lighter variations
1#550C43
2#7E1163
3#A61782
4#CE1CA2
5#E335B8
6#E95DC6
7#EE86D4
8#F4AEE3
9#F9D7F1
Tones
Muted variations
1#2B0822
2#290A21
3#270C20
4#250E1F
5#23101E
6#21121D
7#1F141C
8#1D161B
9#1B181A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198DB | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62C8 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D157B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A38 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2FA;
--black-100: #FBE0F4;
--black-200: #F7C5EA;
--black-300: #F198DB;
--black-400: #EA62C8;
--black-500: #E335B8;
--black-600: #C51B9B;
--black-700: #9D157B;
--black-800: #700F58;
--black-900: #480A38;
--black-950: #2D0623;
}