Black
#08112B
BlueColor Codes
All color formats for development
HEX
#08112BRGB
rgb(8, 17, 43)HSL
hsl(225, 69%, 10%)OKLCH
oklch(0.187 0.054 266.6)CMYK
cmyk(81%, 60%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#070F27
2#060D22
3#060C1E
4#050A1A
5#040816
6#030711
7#02050D
8#020309
9#010204
Tints
Lighter variations
1#0F2052
2#162F79
3#1D3E9F
4#244DC6
5#3D65DB
6#6484E3
7#8BA2EA
8#B1C1F1
9#D8E0F8
Tones
Muted variations
1#0A1229
2#0B1228
3#0D1326
4#0F1424
5#111522
6#121621
7#14171F
8#16181D
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E7 #E1E7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D2 #C7D2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB0 #9CB0ED | BordersInactive statesPlaceholder text |
| 400 | 6887 #6887E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D65 #3D65DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2349 #2349BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C3A #1C3A97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 142A #142A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1B #0D1B45 | Primary textHigh emphasis contentDark headings |
| 950 | 0811 #08112B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F5FD;
--black-100: #E1E7F9;
--black-200: #C7D2F5;
--black-300: #9CB0ED;
--black-400: #6887E3;
--black-500: #3D65DB;
--black-600: #2349BE;
--black-700: #1C3A97;
--black-800: #142A6C;
--black-900: #0D1B45;
--black-950: #08112B;
}