Black
#05082E
BlueColor Codes
All color formats for development
HEX
#05082ERGB
rgb(5, 8, 46)HSL
hsl(236, 80%, 10%)OKLCH
oklch(0.165 0.075 270.7)CMYK
cmyk(89%, 83%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#050729
2#040625
3#040520
4#03051C
5#030417
6#020312
7#02020E
8#010209
9#010105
Tints
Lighter variations
1#0A0F57
2#0E1681
3#131DAA
4#1724D3
5#303DE8
6#5A64ED
7#838AF1
8#ACB1F6
9#D6D8FA
Tones
Muted variations
1#070A2C
2#090B2A
3#0B0D28
4#0D0F26
5#0F1124
6#111222
7#131420
8#15161E
9#17181C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C7 #C3C7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959C #959CF3 | BordersInactive statesPlaceholder text |
| 400 | 5E68 #5E68ED | Disabled statesSecondary iconsMuted text |
| 500 | 303D #303DE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1622 #1622CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 121B #121BA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D14 #0D1473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080D #080D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0508 #05082E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F2FD;
--black-100: #DFE1FB;
--black-200: #C3C7F8;
--black-300: #959CF3;
--black-400: #5E68ED;
--black-500: #303DE8;
--black-600: #1622CA;
--black-700: #121BA1;
--black-800: #0D1473;
--black-900: #080D49;
--black-950: #05082E;
}