Black
#25062D
PinkColor Codes
All color formats for development
HEX
#25062DRGB
rgb(37, 6, 45)HSL
hsl(288, 76%, 10%)OKLCH
oklch(0.203 0.08 318.7)CMYK
cmyk(18%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#210628
2#1E0524
3#1A041F
4#16041B
5#130316
6#0F0212
7#0B020D
8#070109
9#040104
Tints
Lighter variations
1#470C55
2#68117E
3#8917A6
4#AB1CCE
5#C135E3
6#CD5DE9
7#DA86EE
8#E6AEF4
9#F3D7F9
Tones
Muted variations
1#24082B
2#230A29
3#220C27
4#200E25
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 #F5E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC5 #EDC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DF98 #DF98F1 | BordersInactive statesPlaceholder text |
| 400 | CE62 #CE62EA | Disabled statesSecondary iconsMuted text |
| 500 | C135 #C135E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | A31B #A31BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8215 #82159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D0F #5D0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B0A #3B0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2506 #25062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FBF2FD;
--black-100: #F5E0FB;
--black-200: #EDC5F7;
--black-300: #DF98F1;
--black-400: #CE62EA;
--black-500: #C135E3;
--black-600: #A31BC5;
--black-700: #82159D;
--black-800: #5D0F70;
--black-900: #3B0A48;
--black-950: #25062D;
}