Black
#08082B
BlueColor Codes
All color formats for development
HEX
#08082BRGB
rgb(8, 8, 43)HSL
hsl(240, 69%, 10%)OKLCH
oklch(0.165 0.069 275.7)CMYK
cmyk(81%, 81%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#070727
2#060622
3#06061E
4#05051A
5#040416
6#030311
7#02020D
8#020209
9#010104
Tints
Lighter variations
1#0F0F52
2#161679
3#1D1D9F
4#2424C6
5#3D3DDB
6#6464E3
7#8B8BEA
8#B1B1F1
9#D8D8F8
Tones
Muted variations
1#0A0A29
2#0B0B28
3#0D0D26
4#0F0F24
5#111122
6#121221
7#14141F
8#16161D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E1 #E1E1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C7 #C7C7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9C #9C9CED | BordersInactive statesPlaceholder text |
| 400 | 6868 #6868E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D3D #3D3DDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2323 #2323BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C1C #1C1C97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1414 #14146C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0D #0D0D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0808 #08082B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F2FD;
--black-100: #E1E1F9;
--black-200: #C7C7F5;
--black-300: #9C9CED;
--black-400: #6868E3;
--black-500: #3D3DDB;
--black-600: #2323BE;
--black-700: #1C1C97;
--black-800: #14146C;
--black-900: #0D0D45;
--black-950: #08082B;
}