Black
#07042F
BlueColor Codes
All color formats for development
HEX
#07042FRGB
rgb(7, 4, 47)HSL
hsl(244, 84%, 10%)OKLCH
oklch(0.159 0.083 275.7)CMYK
cmyk(85%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06042A
2#060326
3#050321
4#04021C
5#030217
6#030213
7#02010E
8#010109
9#010005
Tints
Lighter variations
1#0D0859
2#130B83
3#1A0FAE
4#2013D8
5#392CED
6#6056F0
7#8880F4
8#B0ABF8
9#D7D5FB
Tones
Muted variations
1#09062D
2#0B082B
3#0D0B28
4#0E0D26
5#100F24
6#121122
7#141320
8#16151E
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DE #E0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C2 #C6C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A93 #9A93F6 | BordersInactive statesPlaceholder text |
| 400 | 655B #655BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 392C #392CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F12 #1F12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 180E #180EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110A #110A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B07 #0B074B | Primary textHigh emphasis contentDark headings |
| 950 | 0704 #07042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F1FE;
--black-100: #E0DEFC;
--black-200: #C6C2FA;
--black-300: #9A93F6;
--black-400: #655BF1;
--black-500: #392CED;
--black-600: #1F12CE;
--black-700: #180EA4;
--black-800: #110A75;
--black-900: #0B074B;
--black-950: #07042F;
}