Black
#27042F
PinkColor Codes
All color formats for development
HEX
#27042FRGB
rgb(39, 4, 47)HSL
hsl(289, 84%, 10%)OKLCH
oklch(0.205 0.087 319.5)CMYK
cmyk(17%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23042A
2#1F0326
3#1B0321
4#17021C
5#140217
6#100213
7#0C010E
8#080109
9#040005
Tints
Lighter variations
1#4A0859
2#6D0B83
3#910FAE
4#B413D8
5#C92CED
6#D456F0
7#DF80F4
8#EAABF8
9#F4D5FB
Tones
Muted variations
1#26062D
2#24082B
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 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC2 #EFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E493 #E493F6 | BordersInactive statesPlaceholder text |
| 400 | D55B #D55BF1 | Disabled statesSecondary iconsMuted text |
| 500 | C92C #C92CED | Primary brand colorCTAsActive elementsLinks |
| 600 | AC12 #AC12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 890E #890EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 620A #620A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F07 #3F074B | Primary textHigh emphasis contentDark headings |
| 950 | 2704 #27042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FBF1FE;
--black-100: #F7DEFC;
--black-200: #EFC2FA;
--black-300: #E493F6;
--black-400: #D55BF1;
--black-500: #C92CED;
--black-600: #AC12CE;
--black-700: #890EA4;
--black-800: #620A75;
--black-900: #3F074B;
--black-950: #27042F;
}