Black
#08132B
BlueColor Codes
All color formats for development
HEX
#08132BRGB
rgb(8, 19, 43)HSL
hsl(221, 69%, 10%)OKLCH
oklch(0.192 0.051 263.6)CMYK
cmyk(81%, 56%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071127
2#060F22
3#060D1E
4#050B1A
5#040A16
6#030811
7#02060D
8#020409
9#010204
Tints
Lighter variations
1#0F2452
2#163579
3#1D469F
4#2458C6
5#3D6FDB
6#648CE3
7#8BA9EA
8#B1C5F1
9#D8E2F8
Tones
Muted variations
1#0A1429
2#0B1428
3#0D1526
4#0F1624
5#111622
6#121721
7#14181F
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 | E1E9 #E1E9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D5 #C7D5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB6 #9CB6ED | BordersInactive statesPlaceholder text |
| 400 | 688F #688FE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D6F #3D6FDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2354 #2354BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C43 #1C4397 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1430 #14306C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1E #0D1E45 | Primary textHigh emphasis contentDark headings |
| 950 | 0813 #08132B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F5FD;
--black-100: #E1E9F9;
--black-200: #C7D5F5;
--black-300: #9CB6ED;
--black-400: #688FE3;
--black-500: #3D6FDB;
--black-600: #2354BE;
--black-700: #1C4397;
--black-800: #14306C;
--black-900: #0D1E45;
--black-950: #08132B;
}