Black
#26042F
PinkColor Codes
All color formats for development
HEX
#26042FRGB
rgb(38, 4, 47)HSL
hsl(287, 84%, 10%)OKLCH
oklch(0.203 0.086 318.3)CMYK
cmyk(19%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22042A
2#1E0326
3#1A0321
4#17021C
5#130217
6#0F0213
7#0B010E
8#080109
9#040005
Tints
Lighter variations
1#480859
2#690B83
3#8B0FAE
4#AD13D8
5#C32CED
6#CF56F0
7#DB80F4
8#E7ABF8
9#F3D5FB
Tones
Muted variations
1#24062D
2#23082B
3#220B28
4#210D26
5#200F24
6#1E1122
7#1D1320
8#1C151E
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DE #F6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC2 #EEC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E093 #E093F6 | BordersInactive statesPlaceholder text |
| 400 | D05B #D05BF1 | Disabled statesSecondary iconsMuted text |
| 500 | C32C #C32CED | Primary brand colorCTAsActive elementsLinks |
| 600 | A612 #A612CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 840E #840EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0A #5E0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C07 #3C074B | Primary textHigh emphasis contentDark headings |
| 950 | 2604 #26042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FBF1FE;
--black-100: #F6DEFC;
--black-200: #EEC2FA;
--black-300: #E093F6;
--black-400: #D05BF1;
--black-500: #C32CED;
--black-600: #A612CE;
--black-700: #840EA4;
--black-800: #5E0A75;
--black-900: #3C074B;
--black-950: #26042F;
}