Black
#270033
PinkColor Codes
All color formats for development
HEX
#270033RGB
rgb(39, 0, 51)HSL
hsl(286, 100%, 10%)OKLCH
oklch(0.202 0.099 316.7)CMYK
cmyk(24%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23002E
2#1F0029
3#1B0024
4#17001F
5#14001A
6#100014
7#0C000F
8#08000A
9#040005
Tints
Lighter variations
1#4A0061
2#6D008F
3#9100BD
4#B400EB
5#C91AFF
6#D447FF
7#DF75FF
8#EAA3FF
9#F4D1FF
Tones
Muted variations
1#260330
2#24052E
3#23082B
4#220A29
5#200D26
6#1F0F24
7#1E1221
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 | F7DB #F7DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BD #F0BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E48A #E48AFF | BordersInactive statesPlaceholder text |
| 400 | D54D #D54DFF | Disabled statesSecondary iconsMuted text |
| 500 | C91A #C91AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | AC00 #AC00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8900 #8900B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6200 #620080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F00 #3F0052 | Primary textHigh emphasis contentDark headings |
| 950 | 2700 #270033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FBF0FF;
--black-100: #F7DBFF;
--black-200: #F0BDFF;
--black-300: #E48AFF;
--black-400: #D54DFF;
--black-500: #C91AFF;
--black-600: #AC00E0;
--black-700: #8900B3;
--black-800: #620080;
--black-900: #3F0052;
--black-950: #270033;
}