Black
#25042F
PinkColor Codes
All color formats for development
HEX
#25042FRGB
rgb(37, 4, 47)HSL
hsl(286, 84%, 10%)OKLCH
oklch(0.201 0.086 317.1)CMYK
cmyk(21%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21042A
2#1E0326
3#1A0321
4#16021C
5#120217
6#0F0213
7#0B010E
8#070109
9#040005
Tints
Lighter variations
1#460859
2#670B83
3#890FAE
4#AA13D8
5#C02CED
6#CC56F0
7#D980F4
8#E6ABF8
9#F2D5FB
Tones
Muted variations
1#24062D
2#23082B
3#210B28
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 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DE #F5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC2 #EDC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | DF93 #DF93F6 | BordersInactive statesPlaceholder text |
| 400 | CE5B #CE5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | C02C #C02CED | Primary brand colorCTAsActive elementsLinks |
| 600 | A212 #A212CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 810E #810EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0A #5C0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B07 #3B074B | Primary textHigh emphasis contentDark headings |
| 950 | 2504 #25042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FBF1FE;
--black-100: #F5DEFC;
--black-200: #EDC2FA;
--black-300: #DF93F6;
--black-400: #CE5BF1;
--black-500: #C02CED;
--black-600: #A212CE;
--black-700: #810EA4;
--black-800: #5C0A75;
--black-900: #3B074B;
--black-950: #25042F;
}