Black
#080D2B
BlueColor Codes
All color formats for development
HEX
#080D2BRGB
rgb(8, 13, 43)HSL
hsl(231, 69%, 10%)OKLCH
oklch(0.176 0.061 271.4)CMYK
cmyk(81%, 70%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#070C27
2#060B22
3#06091E
4#05081A
5#040716
6#030511
7#02040D
8#020309
9#010104
Tints
Lighter variations
1#0F1952
2#162579
3#1D319F
4#243DC6
5#3D55DB
6#6477E3
7#8B99EA
8#B1BBF1
9#D8DDF8
Tones
Muted variations
1#0A0E29
2#0B1028
3#0D1126
4#0F1224
5#111322
6#121521
7#14161F
8#16171D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E5 #E1E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CE #C7CEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA8 #9CA8ED | BordersInactive statesPlaceholder text |
| 400 | 687B #687BE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D55 #3D55DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 233A #233ABE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C2E #1C2E97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1421 #14216C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D15 #0D1545 | Primary textHigh emphasis contentDark headings |
| 950 | 080D #080D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F4FD;
--black-100: #E1E5F9;
--black-200: #C7CEF5;
--black-300: #9CA8ED;
--black-400: #687BE3;
--black-500: #3D55DB;
--black-600: #233ABE;
--black-700: #1C2E97;
--black-800: #14216C;
--black-900: #0D1545;
--black-950: #080D2B;
}