Black
#08192B
BlueColor Codes
All color formats for development
HEX
#08192BRGB
rgb(8, 25, 43)HSL
hsl(211, 69%, 10%)OKLCH
oklch(0.209 0.043 251.6)CMYK
cmyk(81%, 42%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071627
2#061422
3#06111E
4#050F1A
5#040C16
6#030A11
7#02070D
8#020509
9#010204
Tints
Lighter variations
1#0F2F52
2#164679
3#1D5C9F
4#2473C6
5#3D8ADB
6#64A1E3
7#8BB9EA
8#B1D0F1
9#D8E8F8
Tones
Muted variations
1#0A1929
2#0B1928
3#0D1926
4#0F1924
5#111922
6#121921
7#14191F
8#16191D
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1ED #E1EDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DD #C7DDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC3 #9CC3ED | BordersInactive statesPlaceholder text |
| 400 | 68A4 #68A4E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D8A #3D8ADB | Primary brand colorCTAsActive elementsLinks |
| 600 | 236E #236EBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C57 #1C5797 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 143E #143E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D28 #0D2845 | Primary textHigh emphasis contentDark headings |
| 950 | 0819 #08192B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F7FD;
--black-100: #E1EDF9;
--black-200: #C7DDF5;
--black-300: #9CC3ED;
--black-400: #68A4E3;
--black-500: #3D8ADB;
--black-600: #236EBE;
--black-700: #1C5797;
--black-800: #143E6C;
--black-900: #0D2845;
--black-950: #08192B;
}