Black
#060231
BlueColor Codes
All color formats for development
HEX
#060231RGB
rgb(6, 2, 49)HSL
hsl(245, 92%, 10%)OKLCH
oklch(0.155 0.09 274.5)CMYK
cmyk(88%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05022C
2#050227
3#040122
4#04011D
5#030118
6#020114
7#02010F
8#01000A
9#010005
Tints
Lighter variations
1#0B045D
2#110689
3#1608B5
4#1B09E1
5#3423F6
6#5D4FF8
7#857BF9
8#AEA7FB
9#D6D3FD
Tones
Muted variations
1#08042F
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 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BF #C4BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 978E #978EFA | BordersInactive statesPlaceholder text |
| 400 | 6154 #6154F8 | Disabled statesSecondary iconsMuted text |
| 500 | 3423 #3423F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A09 #1A09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1507 #1507AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F05 #0F057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A03 #0A034E | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F0FE;
--black-100: #DFDDFE;
--black-200: #C4BFFC;
--black-300: #978EFA;
--black-400: #6154F8;
--black-500: #3423F6;
--black-600: #1A09D7;
--black-700: #1507AB;
--black-800: #0F057A;
--black-900: #0A034E;
--black-950: #060231;
}