Black
#060330
BlueColor Codes
All color formats for development
HEX
#060330RGB
rgb(6, 3, 48)HSL
hsl(244, 88%, 10%)OKLCH
oklch(0.156 0.086 274.3)CMYK
cmyk(87%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05032B
2#050226
3#040222
4#04021D
5#030218
6#020113
7#02010E
8#01010A
9#010005
Tints
Lighter variations
1#0B065B
2#110986
3#160BB1
4#1C0EDD
5#3527F1
6#5D52F4
7#867EF7
8#AEA9F9
9#D7D4FC
Tones
Muted variations
1#08052E
2#0A082B
3#0C0A29
4#0E0C27
5#100E25
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 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C1 #C5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9891 #9891F8 | BordersInactive statesPlaceholder text |
| 400 | 6257 #6257F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3527 #3527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B0D #1B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 150B #150BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F08 #0F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A05 #0A054D | Primary textHigh emphasis contentDark headings |
| 950 | 0603 #060330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F1FE;
--black-100: #E0DDFD;
--black-200: #C5C1FB;
--black-300: #9891F8;
--black-400: #6257F4;
--black-500: #3527F1;
--black-600: #1B0DD3;
--black-700: #150BA8;
--black-800: #0F0878;
--black-900: #0A054D;
--black-950: #060330;
}