Black
#070231
BlueColor Codes
All color formats for development
HEX
#070231RGB
rgb(7, 2, 49)HSL
hsl(246, 92%, 10%)OKLCH
oklch(0.156 0.089 275.9)CMYK
cmyk(86%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06022C
2#050227
3#050122
4#04011D
5#030118
6#030114
7#02010F
8#01000A
9#010005
Tints
Lighter variations
1#0D045D
2#130689
3#1908B5
4#1F09E1
5#3823F6
6#604FF8
7#877BF9
8#AFA7FB
9#D7D3FD
Tones
Muted variations
1#09042F
2#0A072C
3#0C092A
4#0E0B28
5#100E25
6#121023
7#141221
8#16151E
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BF #C5BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 998E #998EFA | BordersInactive statesPlaceholder text |
| 400 | 6454 #6454F8 | Disabled statesSecondary iconsMuted text |
| 500 | 3823 #3823F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E09 #1E09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1807 #1807AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1105 #11057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B03 #0B034E | Primary textHigh emphasis contentDark headings |
| 950 | 0702 #070231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F0FE;
--black-100: #E0DDFE;
--black-200: #C5BFFC;
--black-300: #998EFA;
--black-400: #6454F8;
--black-500: #3823F6;
--black-600: #1E09D7;
--black-700: #1807AB;
--black-800: #11057A;
--black-900: #0B034E;
--black-950: #070231;
}