Black
#0A072C
BlueColor Codes
All color formats for development
HEX
#0A072CRGB
rgb(10, 7, 44)HSL
hsl(245, 73%, 10%)OKLCH
oklch(0.165 0.072 279.1)CMYK
cmyk(77%, 84%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#090628
2#080623
3#07051F
4#06041A
5#050316
6#040312
7#03020D
8#020109
9#010104
Tints
Lighter variations
1#130D54
2#1C137C
3#2519A3
4#2E20CB
5#4638E0
6#6B60E6
7#9088EC
8#B5B0F3
9#DAD7F9
Tones
Muted variations
1#0C092A
2#0D0B28
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 #E2E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC6 #CAC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A19A #A19AEF | BordersInactive statesPlaceholder text |
| 400 | 6F65 #6F65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 4638 #4638E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C1E #2C1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2318 #23189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1911 #19116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 100B #100B47 | Primary textHigh emphasis contentDark headings |
| 950 | 0A07 #0A072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F2FD;
--black-100: #E2E0FA;
--black-200: #CAC6F6;
--black-300: #A19AEF;
--black-400: #6F65E7;
--black-500: #4638E0;
--black-600: #2C1EC2;
--black-700: #23189A;
--black-800: #19116E;
--black-900: #100B47;
--black-950: #0A072C;
}