Black
#050B2E
BlueColor Codes
All color formats for development
HEX
#050B2ERGB
rgb(5, 11, 46)HSL
hsl(231, 80%, 10%)OKLCH
oklch(0.172 0.071 268.8)CMYK
cmyk(89%, 76%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#050A29
2#040925
3#040820
4#03071C
5#030617
6#020412
7#02030E
8#010209
9#010105
Tints
Lighter variations
1#0A1557
2#0E1F81
3#132AAA
4#1734D3
5#304CE8
6#5A70ED
7#8394F1
8#ACB7F6
9#D6DBFA
Tones
Muted variations
1#070D2C
2#090E2A
3#0B1028
4#0D1126
5#0F1224
6#111422
7#131520
8#15171E
9#17181C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CB #C3CBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A4 #95A4F3 | BordersInactive statesPlaceholder text |
| 400 | 5E74 #5E74ED | Disabled statesSecondary iconsMuted text |
| 500 | 304C #304CE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1631 #1631CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1227 #1227A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1C #0D1C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0812 #081249 | Primary textHigh emphasis contentDark headings |
| 950 | 050B #050B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F3FD;
--black-100: #DFE3FB;
--black-200: #C3CBF8;
--black-300: #95A4F3;
--black-400: #5E74ED;
--black-500: #304CE8;
--black-600: #1631CA;
--black-700: #1227A1;
--black-800: #0D1C73;
--black-900: #081249;
--black-950: #050B2E;
}