Black
#25052E
PinkColor Codes
All color formats for development
HEX
#25052ERGB
rgb(37, 5, 46)HSL
hsl(287, 80%, 10%)OKLCH
oklch(0.202 0.083 317.9)CMYK
cmyk(20%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#210529
2#1E0425
3#1A0420
4#16031C
5#130317
6#0F0212
7#0B020E
8#070109
9#040105
Tints
Lighter variations
1#460A57
2#680E81
3#8913AA
4#AA17D3
5#C030E8
6#CD5AED
7#D983F1
8#E6ACF6
9#F2D6FA
Tones
Muted variations
1#24072C
2#23092A
3#220B28
4#200D26
5#1F0F24
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 | F5DF #F5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC3 #EDC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DF95 #DF95F3 | BordersInactive statesPlaceholder text |
| 400 | CE5E #CE5EED | Disabled statesSecondary iconsMuted text |
| 500 | C030 #C030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | A316 #A316CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8212 #8212A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D0D #5D0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B08 #3B0849 | Primary textHigh emphasis contentDark headings |
| 950 | 2505 #25052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FBF1FD;
--black-100: #F5DFFB;
--black-200: #EDC3F8;
--black-300: #DF95F3;
--black-400: #CE5EED;
--black-500: #C030E8;
--black-600: #A316CA;
--black-700: #8212A1;
--black-800: #5D0D73;
--black-900: #3B0849;
--black-950: #25052E;
}