Black
#260033
PinkColor Codes
All color formats for development
HEX
#260033RGB
rgb(38, 0, 51)HSL
hsl(285, 100%, 10%)OKLCH
oklch(0.2 0.098 315.7)CMYK
cmyk(25%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22002E
2#1F0029
3#1B0024
4#17001F
5#13001A
6#0F0014
7#0B000F
8#08000A
9#040005
Tints
Lighter variations
1#490061
2#6B008F
3#8E00BD
4#B000EB
5#C61AFF
6#D147FF
7#DD75FF
8#E8A3FF
9#F4D1FF
Tones
Muted variations
1#250330
2#24052E
3#22082B
4#210A29
5#200D26
6#1F0F24
7#1D1221
8#1C141F
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DB #F6DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEBD #EEBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E28A #E28AFF | BordersInactive statesPlaceholder text |
| 400 | D24D #D24DFF | Disabled statesSecondary iconsMuted text |
| 500 | C61A #C61AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | A800 #A800E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8600 #8600B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6000 #600080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D00 #3D0052 | Primary textHigh emphasis contentDark headings |
| 950 | 2600 #260033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FBF0FF;
--black-100: #F6DBFF;
--black-200: #EEBDFF;
--black-300: #E28AFF;
--black-400: #D24DFF;
--black-500: #C61AFF;
--black-600: #A800E0;
--black-700: #8600B3;
--black-800: #600080;
--black-900: #3D0052;
--black-950: #260033;
}