Black
#0A052E
BlueColor Codes
All color formats for development
HEX
#0A052ERGB
rgb(10, 5, 46)HSL
hsl(247, 80%, 10%)OKLCH
oklch(0.163 0.078 279.7)CMYK
cmyk(78%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#090529
2#080425
3#070420
4#06031C
5#050317
6#040212
7#03020E
8#020109
9#010105
Tints
Lighter variations
1#130A57
2#1C0E81
3#2413AA
4#2D17D3
5#4630E8
6#6B5AED
7#9083F1
8#B5ACF6
9#DAD6FA
Tones
Muted variations
1#0B072C
2#0D092A
3#0F0B28
4#100D26
5#120F24
6#131122
7#151320
8#16151E
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC3 #CAC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A095 #A095F3 | BordersInactive statesPlaceholder text |
| 400 | 6F5E #6F5EED | Disabled statesSecondary iconsMuted text |
| 500 | 4630 #4630E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B16 #2B16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2312 #2312A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190D #190D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1008 #100849 | Primary textHigh emphasis contentDark headings |
| 950 | 0A05 #0A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F1FD;
--black-100: #E2DFFB;
--black-200: #CAC3F8;
--black-300: #A095F3;
--black-400: #6F5EED;
--black-500: #4630E8;
--black-600: #2B16CA;
--black-700: #2312A1;
--black-800: #190D73;
--black-900: #100849;
--black-950: #0A052E;
}