Black
#05142E
BlueColor Codes
All color formats for development
HEX
#05142ERGB
rgb(5, 20, 46)HSL
hsl(218, 80%, 10%)OKLCH
oklch(0.196 0.057 259.7)CMYK
cmyk(89%, 57%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#051229
2#041025
3#040E20
4#030C1C
5#030A17
6#020812
7#02060E
8#010409
9#010205
Tints
Lighter variations
1#0A2657
2#0E3881
3#134AAA
4#175CD3
5#3074E8
6#5A90ED
7#83ABF1
8#ACC7F6
9#D6E3FA
Tones
Muted variations
1#07152C
2#09152A
3#0B1628
4#0D1626
5#0F1724
6#111722
7#131820
8#15181E
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D7 #C3D7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B8 #95B8F3 | BordersInactive statesPlaceholder text |
| 400 | 5E93 #5E93ED | Disabled statesSecondary iconsMuted text |
| 500 | 3074 #3074E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1658 #1658CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1246 #1246A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D32 #0D3273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0820 #082049 | Primary textHigh emphasis contentDark headings |
| 950 | 0514 #05142E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F6FD;
--black-100: #DFE9FB;
--black-200: #C3D7F8;
--black-300: #95B8F3;
--black-400: #5E93ED;
--black-500: #3074E8;
--black-600: #1658CA;
--black-700: #1246A1;
--black-800: #0D3273;
--black-900: #082049;
--black-950: #05142E;
}