Black
#270330
PinkColor Codes
All color formats for development
HEX
#270330RGB
rgb(39, 3, 48)HSL
hsl(288, 88%, 10%)OKLCH
oklch(0.204 0.09 318.8)CMYK
cmyk(19%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23032B
2#1F0226
3#1B0222
4#17021D
5#130218
6#100113
7#0C010E
8#08010A
9#040005
Tints
Lighter variations
1#4A065B
2#6D0986
3#900BB1
4#B30EDD
5#C927F1
6#D452F4
7#DF7EF7
8#E9A9F9
9#F4D4FC
Tones
Muted variations
1#26052E
2#24082B
3#230A29
4#220C27
5#200E25
6#1F1122
7#1E1320
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 | F7DD #F7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC1 #EFC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E391 #E391F8 | BordersInactive statesPlaceholder text |
| 400 | D557 #D557F4 | Disabled statesSecondary iconsMuted text |
| 500 | C927 #C927F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | AB0D #AB0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 880B #880BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6108 #610878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E05 #3E054D | Primary textHigh emphasis contentDark headings |
| 950 | 2703 #270330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FBF1FE;
--black-100: #F7DDFD;
--black-200: #EFC1FB;
--black-300: #E391F8;
--black-400: #D557F4;
--black-500: #C927F1;
--black-600: #AB0DD3;
--black-700: #880BA8;
--black-800: #610878;
--black-900: #3E054D;
--black-950: #270330;
}