Black
#08042F
BlueColor Codes
All color formats for development
HEX
#08042FRGB
rgb(8, 4, 47)HSL
hsl(246, 84%, 10%)OKLCH
oklch(0.16 0.082 277.1)CMYK
cmyk(83%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08042A
2#070326
3#060321
4#05021C
5#040217
6#030213
7#03010E
8#020109
9#010005
Tints
Lighter variations
1#100859
2#170B83
3#1F0FAE
4#2613D8
5#3F2CED
6#6656F0
7#8C80F4
8#B2ABF8
9#D9D5FB
Tones
Muted variations
1#0A062D
2#0C082B
3#0E0B28
4#0F0D26
5#110F24
6#131122
7#141320
8#16151E
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DE #E1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C2 #C8C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D93 #9D93F6 | BordersInactive statesPlaceholder text |
| 400 | 6A5B #6A5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 3F2C #3F2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 2512 #2512CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D0E #1D0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 150A #150A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D07 #0D074B | Primary textHigh emphasis contentDark headings |
| 950 | 0804 #08042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F1FE;
--black-100: #E1DEFC;
--black-200: #C8C2FA;
--black-300: #9D93F6;
--black-400: #6A5BF1;
--black-500: #3F2CED;
--black-600: #2512CE;
--black-700: #1D0EA4;
--black-800: #150A75;
--black-900: #0D074B;
--black-950: #08042F;
}