Black
#07182C
BlueColor Codes
All color formats for development
HEX
#07182CRGB
rgb(7, 24, 44)HSL
hsl(212, 73%, 10%)OKLCH
oklch(0.207 0.046 253.7)CMYK
cmyk(84%, 45%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061628
2#061323
3#05111F
4#040F1A
5#030C16
6#030A12
7#02070D
8#010509
9#010204
Tints
Lighter variations
1#0D2E54
2#13447C
3#195AA3
4#2070CB
5#3887E0
6#609FE6
7#88B7EC
8#B0CFF3
9#D7E7F9
Tones
Muted variations
1#09182A
2#0B1928
3#0C1927
4#0E1925
5#101923
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 | E0EC #E0ECFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DC #C6DCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AC1 #9AC1EF | BordersInactive statesPlaceholder text |
| 400 | 65A1 #65A1E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3887 #3887E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E6B #1E6BC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1855 #18559A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 113D #113D6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B27 #0B2747 | Primary textHigh emphasis contentDark headings |
| 950 | 0718 #07182C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F7FD;
--black-100: #E0ECFA;
--black-200: #C6DCF6;
--black-300: #9AC1EF;
--black-400: #65A1E7;
--black-500: #3887E0;
--black-600: #1E6BC2;
--black-700: #18559A;
--black-800: #113D6E;
--black-900: #0B2747;
--black-950: #07182C;
}