Black
#050A2E
BlueColor Codes
All color formats for development
HEX
#050A2ERGB
rgb(5, 10, 46)HSL
hsl(233, 80%, 10%)OKLCH
oklch(0.17 0.072 269.5)CMYK
cmyk(89%, 78%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#050929
2#040825
3#040720
4#03061C
5#030517
6#020412
7#02030E
8#010209
9#010105
Tints
Lighter variations
1#0A1357
2#0E1C81
3#1324AA
4#172DD3
5#3046E8
6#5A6BED
7#8390F1
8#ACB5F6
9#D6DAFA
Tones
Muted variations
1#070B2C
2#090D2A
3#0B0F28
4#0D1026
5#0F1224
6#111322
7#131520
8#15161E
9#17181C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CA #C3CAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A0 #95A0F3 | BordersInactive statesPlaceholder text |
| 400 | 5E6F #5E6FED | Disabled statesSecondary iconsMuted text |
| 500 | 3046 #3046E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 162B #162BCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1223 #1223A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D19 #0D1973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0810 #081049 | Primary textHigh emphasis contentDark headings |
| 950 | 050A #050A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F3FD;
--black-100: #DFE2FB;
--black-200: #C3CAF8;
--black-300: #95A0F3;
--black-400: #5E6FED;
--black-500: #3046E8;
--black-600: #162BCA;
--black-700: #1223A1;
--black-800: #0D1973;
--black-900: #081049;
--black-950: #050A2E;
}