Black
#0A062D
BlueColor Codes
All color formats for development
HEX
#0A062DRGB
rgb(10, 6, 45)HSL
hsl(246, 76%, 10%)OKLCH
oklch(0.164 0.075 279.4)CMYK
cmyk(78%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#090628
2#080524
3#07041F
4#06041B
5#050316
6#040212
7#03020D
8#020109
9#010104
Tints
Lighter variations
1#130C55
2#1C117E
3#2517A6
4#2E1CCE
5#4635E3
6#6B5DE9
7#9086EE
8#B5AEF4
9#DAD7F9
Tones
Muted variations
1#0C082B
2#0D0A29
3#0F0C27
4#100E25
5#121023
6#131221
7#15141F
8#16161D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E0 #E2E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC5 #CAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A198 #A198F1 | BordersInactive statesPlaceholder text |
| 400 | 6F62 #6F62EA | Disabled statesSecondary iconsMuted text |
| 500 | 4635 #4635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C1B #2C1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2315 #23159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190F #190F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 100A #100A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F2FD;
--black-100: #E2E0FB;
--black-200: #CAC5F7;
--black-300: #A198F1;
--black-400: #6F62EA;
--black-500: #4635E3;
--black-600: #2C1BC5;
--black-700: #23159D;
--black-800: #190F70;
--black-900: #100A48;
--black-950: #0A062D;
}