Black
#05072E
BlueColor Codes
All color formats for development
HEX
#05072ERGB
rgb(5, 7, 46)HSL
hsl(237, 80%, 10%)OKLCH
oklch(0.163 0.077 271.3)CMYK
cmyk(89%, 85%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#050629
2#040625
3#040520
4#03041C
5#030417
6#020312
7#02020E
8#010109
9#010105
Tints
Lighter variations
1#0A0E57
2#0E1481
3#131AAA
4#1721D3
5#303AE8
6#5A61ED
7#8389F1
8#ACB0F6
9#D6D8FA
Tones
Muted variations
1#07092C
2#090B2A
3#0B0D28
4#0D0E26
5#0F1024
6#111222
7#131420
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 | DFE0 #DFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C6 #C3C6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959A #959AF3 | BordersInactive statesPlaceholder text |
| 400 | 5E65 #5E65ED | Disabled statesSecondary iconsMuted text |
| 500 | 303A #303AE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 161F #161FCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1219 #1219A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D12 #0D1273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080B #080B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0507 #05072E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F2FD;
--black-100: #DFE0FB;
--black-200: #C3C6F8;
--black-300: #959AF3;
--black-400: #5E65ED;
--black-500: #303AE8;
--black-600: #161FCA;
--black-700: #1219A1;
--black-800: #0D1273;
--black-900: #080B49;
--black-950: #05072E;
}