Black
#050C2E
BlueColor Codes
All color formats for development
HEX
#050C2ERGB
rgb(5, 12, 46)HSL
hsl(230, 80%, 10%)OKLCH
oklch(0.175 0.069 268.1)CMYK
cmyk(89%, 74%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#050B29
2#040A25
3#040820
4#03071C
5#030617
6#020512
7#02040E
8#010209
9#010105
Tints
Lighter variations
1#0A1757
2#0E2181
3#132CAA
4#1737D3
5#304FE8
6#5A72ED
7#8395F1
8#ACB9F6
9#D6DCFA
Tones
Muted variations
1#070D2C
2#090F2A
3#0B1028
4#0D1126
5#0F1324
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 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CC #C3CCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A5 #95A5F3 | BordersInactive statesPlaceholder text |
| 400 | 5E76 #5E76ED | Disabled statesSecondary iconsMuted text |
| 500 | 304F #304FE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1634 #1634CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 122A #122AA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1E #0D1E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0813 #081349 | Primary textHigh emphasis contentDark headings |
| 950 | 050C #050C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F3FD;
--black-100: #DFE4FB;
--black-200: #C3CCF8;
--black-300: #95A5F3;
--black-400: #5E76ED;
--black-500: #304FE8;
--black-600: #1634CA;
--black-700: #122AA1;
--black-800: #0D1E73;
--black-900: #081349;
--black-950: #050C2E;
}