Black
#070F2C
BlueColor Codes
All color formats for development
HEX
#070F2CRGB
rgb(7, 15, 44)HSL
hsl(227, 73%, 10%)OKLCH
oklch(0.182 0.06 267.9)CMYK
cmyk(84%, 66%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060D28
2#060C23
3#050A1F
4#04091A
5#030716
6#030612
7#02040D
8#010309
9#010104
Tints
Lighter variations
1#0D1C54
2#132A7C
3#1937A3
4#2045CB
5#385DE0
6#607DE6
7#889EEC
8#B0BEF3
9#D7DFF9
Tones
Muted variations
1#09102A
2#0B1128
3#0C1227
4#0E1325
5#101423
6#121521
7#14161F
8#16171D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E6 #E0E6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D0 #C6D0F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AAC #9AACEF | BordersInactive statesPlaceholder text |
| 400 | 6581 #6581E7 | Disabled statesSecondary iconsMuted text |
| 500 | 385D #385DE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E42 #1E42C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1834 #18349A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1125 #11256E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B18 #0B1847 | Primary textHigh emphasis contentDark headings |
| 950 | 070F #070F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F4FD;
--black-100: #E0E6FA;
--black-200: #C6D0F6;
--black-300: #9AACEF;
--black-400: #6581E7;
--black-500: #385DE0;
--black-600: #1E42C2;
--black-700: #18349A;
--black-800: #11256E;
--black-900: #0B1847;
--black-950: #070F2C;
}