Black
#07062D
BlueColor Codes
All color formats for development
HEX
#07062DRGB
rgb(7, 6, 45)HSL
hsl(242, 76%, 10%)OKLCH
oklch(0.161 0.076 275.1)CMYK
cmyk(84%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#070628
2#060524
3#05041F
4#04041B
5#040316
6#030212
7#02020D
8#010109
9#010104
Tints
Lighter variations
1#0E0C55
2#15117E
3#1B17A6
4#221CCE
5#3B35E3
6#625DE9
7#8986EE
8#B1AEF4
9#D8D7F9
Tones
Muted variations
1#09082B
2#0B0A29
3#0D0C27
4#0F0E25
5#101023
6#121221
7#14141F
8#16161D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E0 #E0E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C5 #C6C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B98 #9B98F1 | BordersInactive statesPlaceholder text |
| 400 | 6662 #6662EA | Disabled statesSecondary iconsMuted text |
| 500 | 3B35 #3B35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 211B #211BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A15 #1A159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 130F #130F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C0A #0C0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0706 #07062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F2FD;
--black-100: #E0E0FB;
--black-200: #C6C5F7;
--black-300: #9B98F1;
--black-400: #6662EA;
--black-500: #3B35E3;
--black-600: #211BC5;
--black-700: #1A159D;
--black-800: #130F70;
--black-900: #0C0A48;
--black-950: #07062D;
}