Black
#05202E
BlueColor Codes
All color formats for development
HEX
#05202ERGB
rgb(5, 32, 46)HSL
hsl(200, 80%, 10%)OKLCH
oklch(0.231 0.042 235)CMYK
cmyk(89%, 30%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#051D29
2#041A25
3#041720
4#03131C
5#031017
6#020D12
7#020A0E
8#010609
9#010305
Tints
Lighter variations
1#0A3D57
2#0E5A81
3#1378AA
4#1795D3
5#30ABE8
6#5ABCED
7#83CDF1
8#ACDDF6
9#D6EEFA
Tones
Muted variations
1#07202C
2#091F2A
3#0B1E28
4#0D1E26
5#0F1D24
6#111C22
7#131C20
8#151B1E
9#171A1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E7 #C3E7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D4 #95D4F3 | BordersInactive statesPlaceholder text |
| 400 | 5EBE #5EBEED | Disabled statesSecondary iconsMuted text |
| 500 | 30AB #30ABE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 168E #168ECA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1271 #1271A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D51 #0D5173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0834 #083449 | Primary textHigh emphasis contentDark headings |
| 950 | 0520 #05202E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F9FD;
--black-100: #DFF2FB;
--black-200: #C3E7F8;
--black-300: #95D4F3;
--black-400: #5EBEED;
--black-500: #30ABE8;
--black-600: #168ECA;
--black-700: #1271A1;
--black-800: #0D5173;
--black-900: #083449;
--black-950: #05202E;
}