Black
#0C0330
BlueColor Codes
All color formats for development
HEX
#0C0330RGB
rgb(12, 3, 48)HSL
hsl(252, 88%, 10%)OKLCH
oklch(0.163 0.085 282.7)CMYK
cmyk(75%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B032B
2#0A0226
3#080222
4#07021D
5#060218
6#050113
7#04010E
8#02010A
9#010005
Tints
Lighter variations
1#17065B
2#220986
3#2D0BB1
4#370EDD
5#5027F1
6#7352F4
7#967EF7
8#B9A9F9
9#DCD4FC
Tones
Muted variations
1#0D052E
2#0F082B
3#100A29
4#110C27
5#130E25
6#141122
7#151320
8#17151E
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC1 #CCC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A591 #A591F8 | BordersInactive statesPlaceholder text |
| 400 | 7757 #7757F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5027 #5027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 350D #350DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A0B #2A0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E08 #1E0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1305 #13054D | Primary textHigh emphasis contentDark headings |
| 950 | 0C03 #0C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F1FE;
--black-100: #E4DDFD;
--black-200: #CCC1FB;
--black-300: #A591F8;
--black-400: #7757F4;
--black-500: #5027F1;
--black-600: #350DD3;
--black-700: #2A0BA8;
--black-800: #1E0878;
--black-900: #13054D;
--black-950: #0C0330;
}