Black
#05182E
BlueColor Codes
All color formats for development
HEX
#05182ERGB
rgb(5, 24, 46)HSL
hsl(212, 80%, 10%)OKLCH
oklch(0.207 0.051 253.3)CMYK
cmyk(89%, 48%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#051629
2#041325
3#041120
4#030E1C
5#030C17
6#020A12
7#02070E
8#010509
9#010205
Tints
Lighter variations
1#0A2E57
2#0E4481
3#1359AA
4#176FD3
5#3086E8
6#5A9EED
7#83B6F1
8#ACCFF6
9#D6E7FA
Tones
Muted variations
1#07182C
2#09182A
3#0B1928
4#0D1926
5#0F1924
6#111922
7#131920
8#15191E
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DC #C3DCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C1 #95C1F3 | BordersInactive statesPlaceholder text |
| 400 | 5EA1 #5EA1ED | Disabled statesSecondary iconsMuted text |
| 500 | 3086 #3086E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 166A #166ACA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1254 #1254A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D3C #0D3C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0827 #082749 | Primary textHigh emphasis contentDark headings |
| 950 | 0518 #05182E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F7FD;
--black-100: #DFECFB;
--black-200: #C3DCF8;
--black-300: #95C1F3;
--black-400: #5EA1ED;
--black-500: #3086E8;
--black-600: #166ACA;
--black-700: #1254A1;
--black-800: #0D3C73;
--black-900: #082749;
--black-950: #05182E;
}