Black
#07052E
BlueColor Codes
All color formats for development
HEX
#07052ERGB
rgb(7, 5, 46)HSL
hsl(243, 80%, 10%)OKLCH
oklch(0.16 0.079 275.4)CMYK
cmyk(85%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060529
2#060425
3#050420
4#04031C
5#040317
6#030212
7#02020E
8#010109
9#010105
Tints
Lighter variations
1#0E0A57
2#140E81
3#1A13AA
4#2117D3
5#3A30E8
6#615AED
7#8983F1
8#B0ACF6
9#D8D6FA
Tones
Muted variations
1#09072C
2#0B092A
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 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C3 #C6C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A95 #9A95F3 | BordersInactive statesPlaceholder text |
| 400 | 655E #655EED | Disabled statesSecondary iconsMuted text |
| 500 | 3A30 #3A30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F16 #1F16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1912 #1912A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 120D #120D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B08 #0B0849 | Primary textHigh emphasis contentDark headings |
| 950 | 0705 #07052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F1FD;
--black-100: #E0DFFB;
--black-200: #C6C3F8;
--black-300: #9A95F3;
--black-400: #655EED;
--black-500: #3A30E8;
--black-600: #1F16CA;
--black-700: #1912A1;
--black-800: #120D73;
--black-900: #0B0849;
--black-950: #07052E;
}