Black
#0A0330
BlueColor Codes
All color formats for development
HEX
#0A0330RGB
rgb(10, 3, 48)HSL
hsl(249, 88%, 10%)OKLCH
oklch(0.161 0.085 280)CMYK
cmyk(79%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09032B
2#080226
3#070222
4#06021D
5#050218
6#040113
7#03010E
8#02010A
9#010005
Tints
Lighter variations
1#13065B
2#1B0986
3#240BB1
4#2D0EDD
5#4627F1
6#6B52F4
7#907EF7
8#B5A9F9
9#DAD4FC
Tones
Muted variations
1#0B052E
2#0D082B
3#0F0A29
4#100C27
5#120E25
6#131122
7#151320
8#16151E
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C1 #C9C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A091 #A091F8 | BordersInactive statesPlaceholder text |
| 400 | 6F57 #6F57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4627 #4627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B0D #2B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 220B #220BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1808 #180878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1005 #10054D | Primary textHigh emphasis contentDark headings |
| 950 | 0A03 #0A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F1FE;
--black-100: #E2DDFD;
--black-200: #C9C1FB;
--black-300: #A091F8;
--black-400: #6F57F4;
--black-500: #4627F1;
--black-600: #2B0DD3;
--black-700: #220BA8;
--black-800: #180878;
--black-900: #10054D;
--black-950: #0A0330;
}