Black
#08052E
BlueColor Codes
All color formats for development
HEX
#08052ERGB
rgb(8, 5, 46)HSL
hsl(244, 80%, 10%)OKLCH
oklch(0.161 0.079 276.9)CMYK
cmyk(83%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#070529
2#060425
3#050420
4#05031C
5#040317
6#030212
7#02020E
8#020109
9#010105
Tints
Lighter variations
1#0F0A57
2#160E81
3#1D13AA
4#2417D3
5#3D30E8
6#645AED
7#8A83F1
8#B1ACF6
9#D8D6FA
Tones
Muted variations
1#0A072C
2#0B092A
3#0D0B28
4#0F0D26
5#110F24
6#121122
7#141320
8#16151E
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C3 #C7C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C95 #9C95F3 | BordersInactive statesPlaceholder text |
| 400 | 685E #685EED | Disabled statesSecondary iconsMuted text |
| 500 | 3D30 #3D30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2216 #2216CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B12 #1B12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140D #140D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D08 #0D0849 | Primary textHigh emphasis contentDark headings |
| 950 | 0805 #08052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F1FD;
--black-100: #E1DFFB;
--black-200: #C7C3F8;
--black-300: #9C95F3;
--black-400: #685EED;
--black-500: #3D30E8;
--black-600: #2216CA;
--black-700: #1B12A1;
--black-800: #140D73;
--black-900: #0D0849;
--black-950: #08052E;
}