Black
#26052E
PinkColor Codes
All color formats for development
HEX
#26052ERGB
rgb(38, 5, 46)HSL
hsl(288, 80%, 10%)OKLCH
oklch(0.204 0.083 319.1)CMYK
cmyk(17%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#220529
2#1E0425
3#1A0420
4#17031C
5#130317
6#0F0212
7#0B020E
8#080109
9#040105
Tints
Lighter variations
1#480A57
2#6A0E81
3#8C13AA
4#AE17D3
5#C330E8
6#CF5AED
7#DB83F1
8#E7ACF6
9#F3D6FA
Tones
Muted variations
1#25072C
2#23092A
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 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC3 #EEC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E195 #E195F3 | BordersInactive statesPlaceholder text |
| 400 | D15E #D15EED | Disabled statesSecondary iconsMuted text |
| 500 | C330 #C330E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | A616 #A616CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8412 #8412A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0D #5E0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C08 #3C0849 | Primary textHigh emphasis contentDark headings |
| 950 | 2605 #26052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FBF1FD;
--black-100: #F6DFFB;
--black-200: #EEC3F8;
--black-300: #E195F3;
--black-400: #D15EED;
--black-500: #C330E8;
--black-600: #A616CA;
--black-700: #8412A1;
--black-800: #5E0D73;
--black-900: #3C0849;
--black-950: #26052E;
}