Black
#08122B
BlueColor Codes
All color formats for development
HEX
#08122BRGB
rgb(8, 18, 43)HSL
hsl(223, 69%, 10%)OKLCH
oklch(0.19 0.053 265.2)CMYK
cmyk(81%, 58%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071027
2#060E22
3#060D1E
4#050B1A
5#040916
6#030711
7#02050D
8#020409
9#010204
Tints
Lighter variations
1#0F2252
2#163279
3#1D429F
4#2452C6
5#3D6ADB
6#6488E3
7#8BA6EA
8#B1C3F1
9#D8E1F8
Tones
Muted variations
1#0A1329
2#0B1328
3#0D1426
4#0F1524
5#111622
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 | E1E8 #E1E8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D4 #C7D4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB3 #9CB3ED | BordersInactive statesPlaceholder text |
| 400 | 688B #688BE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D6A #3D6ADB | Primary brand colorCTAsActive elementsLinks |
| 600 | 234F #234FBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C3F #1C3F97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 142D #142D6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1D #0D1D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0812 #08122B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F5FD;
--black-100: #E1E8F9;
--black-200: #C7D4F5;
--black-300: #9CB3ED;
--black-400: #688BE3;
--black-500: #3D6ADB;
--black-600: #234FBE;
--black-700: #1C3F97;
--black-800: #142D6C;
--black-900: #0D1D45;
--black-950: #08122B;
}