Black
#07142C
BlueColor Codes
All color formats for development
HEX
#07142CRGB
rgb(7, 20, 44)HSL
hsl(219, 73%, 10%)OKLCH
oklch(0.195 0.052 261.1)CMYK
cmyk(84%, 55%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061228
2#061023
3#050E1F
4#040C1A
5#030A16
6#030812
7#02060D
8#010409
9#010204
Tints
Lighter variations
1#0D2654
2#13387C
3#194AA3
4#205CCB
5#3873E0
6#608FE6
7#88ABEC
8#B0C7F3
9#D7E3F9
Tones
Muted variations
1#09142A
2#0B1528
3#0C1627
4#0E1625
5#101723
6#121721
7#14181F
8#16181D
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E9 #E0E9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D7 #C6D7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AB8 #9AB8EF | BordersInactive statesPlaceholder text |
| 400 | 6592 #6592E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3873 #3873E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E58 #1E58C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1846 #18469A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1132 #11326E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B20 #0B2047 | Primary textHigh emphasis contentDark headings |
| 950 | 0714 #07142C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F6FD;
--black-100: #E0E9FA;
--black-200: #C6D7F6;
--black-300: #9AB8EF;
--black-400: #6592E7;
--black-500: #3873E0;
--black-600: #1E58C2;
--black-700: #18469A;
--black-800: #11326E;
--black-900: #0B2047;
--black-950: #07142C;
}