Black
#26062D
PinkColor Codes
All color formats for development
HEX
#26062DRGB
rgb(38, 6, 45)HSL
hsl(289, 76%, 10%)OKLCH
oklch(0.205 0.08 319.9)CMYK
cmyk(16%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#220628
2#1E0524
3#1A041F
4#17041B
5#130316
6#0F0212
7#0B020D
8#080109
9#040104
Tints
Lighter variations
1#480C55
2#6A117E
3#8C17A6
4#AE1CCE
5#C335E3
6#CF5DE9
7#DB86EE
8#E7AEF4
9#F3D7F9
Tones
Muted variations
1#25082B
2#230A29
3#220C27
4#210E25
5#201023
6#1E1221
7#1D141F
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 | F6E0 #F6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC5 #EEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E198 #E198F1 | BordersInactive statesPlaceholder text |
| 400 | D162 #D162EA | Disabled statesSecondary iconsMuted text |
| 500 | C335 #C335E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | A61B #A61BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8415 #84159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0F #5E0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C0A #3C0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2606 #26062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FBF2FD;
--black-100: #F6E0FB;
--black-200: #EEC5F7;
--black-300: #E198F1;
--black-400: #D162EA;
--black-500: #C335E3;
--black-600: #A61BC5;
--black-700: #84159D;
--black-800: #5E0F70;
--black-900: #3C0A48;
--black-950: #26062D;
}