Black
#05092E
BlueColor Codes
All color formats for development
HEX
#05092ERGB
rgb(5, 9, 46)HSL
hsl(234, 80%, 10%)OKLCH
oklch(0.168 0.074 270.1)CMYK
cmyk(89%, 80%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#050829
2#040725
3#040620
4#03061C
5#030517
6#020412
7#02030E
8#010209
9#010105
Tints
Lighter variations
1#0A1157
2#0E1A81
3#1322AA
4#172AD3
5#3043E8
6#5A68ED
7#838EF1
8#ACB4F6
9#D6D9FA
Tones
Muted variations
1#070B2C
2#090C2A
3#0B0E28
4#0D1026
5#0F1124
6#111322
7#131520
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 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C9 #C3C9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959F #959FF3 | BordersInactive statesPlaceholder text |
| 400 | 5E6D #5E6DED | Disabled statesSecondary iconsMuted text |
| 500 | 3043 #3043E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1628 #1628CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1220 #1220A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D17 #0D1773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080F #080F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0509 #05092E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F2FD;
--black-100: #DFE2FB;
--black-200: #C3C9F8;
--black-300: #959FF3;
--black-400: #5E6DED;
--black-500: #3043E8;
--black-600: #1628CA;
--black-700: #1220A1;
--black-800: #0D1773;
--black-900: #080F49;
--black-950: #05092E;
}