Black
#27062D
PinkColor Codes
All color formats for development
HEX
#27062DRGB
rgb(39, 6, 45)HSL
hsl(291, 76%, 10%)OKLCH
oklch(0.206 0.081 321.1)CMYK
cmyk(13%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#230628
2#1F0524
3#1B041F
4#17041B
5#140316
6#100212
7#0C020D
8#080109
9#040104
Tints
Lighter variations
1#4A0C55
2#6D117E
3#9117A6
4#B41CCE
5#C935E3
6#D45DE9
7#DF86EE
8#EAAEF4
9#F4D7F9
Tones
Muted variations
1#26082B
2#240A29
3#230C27
4#220E25
5#201023
6#1F1221
7#1E141F
8#1C161D
9#1B181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7E0 #F7E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC5 #EFC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E498 #E498F1 | BordersInactive statesPlaceholder text |
| 400 | D562 #D562EA | Disabled statesSecondary iconsMuted text |
| 500 | C935 #C935E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | AC1B #AC1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8915 #89159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 620F #620F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F0A #3F0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2706 #27062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FBF2FD;
--black-100: #F7E0FB;
--black-200: #EFC5F7;
--black-300: #E498F1;
--black-400: #D562EA;
--black-500: #C935E3;
--black-600: #AC1BC5;
--black-700: #89159D;
--black-800: #620F70;
--black-900: #3F0A48;
--black-950: #27062D;
}