Black
#08182B
BlueColor Codes
All color formats for development
HEX
#08182BRGB
rgb(8, 24, 43)HSL
hsl(213, 69%, 10%)OKLCH
oklch(0.207 0.044 253.9)CMYK
cmyk(81%, 44%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071527
2#061322
3#06111E
4#050E1A
5#040C16
6#030911
7#02070D
8#020509
9#010204
Tints
Lighter variations
1#0F2D52
2#164279
3#1D589F
4#246DC6
5#3D84DB
6#649DE3
7#8BB5EA
8#B1CEF1
9#D8E6F8
Tones
Muted variations
1#0A1829
2#0B1828
3#0D1826
4#0F1824
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 | E1EC #E1ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DC #C7DCF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC0 #9CC0ED | BordersInactive statesPlaceholder text |
| 400 | 68A0 #68A0E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D84 #3D84DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2368 #2368BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C53 #1C5397 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 143B #143B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D26 #0D2645 | Primary textHigh emphasis contentDark headings |
| 950 | 0818 #08182B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F7FD;
--black-100: #E1ECF9;
--black-200: #C7DCF5;
--black-300: #9CC0ED;
--black-400: #68A0E3;
--black-500: #3D84DB;
--black-600: #2368BE;
--black-700: #1C5397;
--black-800: #143B6C;
--black-900: #0D2645;
--black-950: #08182B;
}