Black
#25072C
PinkColor Codes
All color formats for development
HEX
#25072CRGB
rgb(37, 7, 44)HSL
hsl(289, 73%, 10%)OKLCH
oklch(0.204 0.077 319.5)CMYK
cmyk(16%, 84%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#220628
2#1E0623
3#1A051F
4#16041A
5#130316
6#0F0312
7#0B020D
8#070109
9#040104
Tints
Lighter variations
1#470D54
2#68137C
3#8A19A3
4#AC20CB
5#C138E0
6#CE60E6
7#DA88EC
8#E6B0F3
9#F3D7F9
Tones
Muted variations
1#24092A
2#230B28
3#220C27
4#210E25
5#1F1023
6#1E1221
7#1D141F
8#1C161D
9#1B181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5E0 #F5E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC6 #EDC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DF9A #DF9AEF | BordersInactive statesPlaceholder text |
| 400 | CF65 #CF65E7 | Disabled statesSecondary iconsMuted text |
| 500 | C138 #C138E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | A41E #A41EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8318 #83189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D11 #5D116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C0B #3C0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2507 #25072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FBF2FD;
--black-100: #F5E0FA;
--black-200: #EDC6F6;
--black-300: #DF9AEF;
--black-400: #CF65E7;
--black-500: #C138E0;
--black-600: #A41EC2;
--black-700: #83189A;
--black-800: #5D116E;
--black-900: #3C0B47;
--black-950: #25072C;
}