Black
#27052E
PinkColor Codes
All color formats for development
HEX
#27052ERGB
rgb(39, 5, 46)HSL
hsl(290, 80%, 10%)OKLCH
oklch(0.206 0.084 320.3)CMYK
cmyk(15%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#230529
2#1F0425
3#1B0420
4#17031C
5#140317
6#100212
7#0C020E
8#080109
9#040105
Tints
Lighter variations
1#4A0A57
2#6D0E81
3#9113AA
4#B417D3
5#C930E8
6#D45AED
7#DF83F1
8#EAACF6
9#F4D6FA
Tones
Muted variations
1#26072C
2#24092A
3#230B28
4#220D26
5#200F24
6#1F1122
7#1E1320
8#1C151E
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C3 #F0C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E495 #E495F3 | BordersInactive statesPlaceholder text |
| 400 | D55E #D55EED | Disabled statesSecondary iconsMuted text |
| 500 | C930 #C930E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | AC16 #AC16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8912 #8912A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 620D #620D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F08 #3F0849 | Primary textHigh emphasis contentDark headings |
| 950 | 2705 #27052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FBF1FD;
--black-100: #F7DFFB;
--black-200: #F0C3F8;
--black-300: #E495F3;
--black-400: #D55EED;
--black-500: #C930E8;
--black-600: #AC16CA;
--black-700: #8912A1;
--black-800: #620D73;
--black-900: #3F0849;
--black-950: #27052E;
}