Black
#030330
BlueColor Codes
All color formats for development
HEX
#030330RGB
rgb(3, 3, 48)HSL
hsl(240, 88%, 10%)OKLCH
oklch(0.153 0.088 269.5)CMYK
cmyk(94%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03032B
2#020226
3#020222
4#02021D
5#020218
6#010113
7#01010E
8#01010A
9#000005
Tints
Lighter variations
1#06065B
2#090986
3#0B0BB1
4#0E0EDD
5#2727F1
6#5252F4
7#7E7EF7
8#A9A9F9
9#D4D4FC
Tones
Muted variations
1#05052E
2#08082B
3#0A0A29
4#0C0C27
5#0E0E25
6#111122
7#131320
8#15151E
9#17171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDD #DDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C1 #C1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9191 #9191F8 | BordersInactive statesPlaceholder text |
| 400 | 5757 #5757F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2727 #2727F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D0D #0D0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B0B #0B0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0808 #080878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0505 #05054D | Primary textHigh emphasis contentDark headings |
| 950 | 0303 #030330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F1FE;
--black-100: #DDDDFD;
--black-200: #C1C1FB;
--black-300: #9191F8;
--black-400: #5757F4;
--black-500: #2727F1;
--black-600: #0D0DD3;
--black-700: #0B0BA8;
--black-800: #080878;
--black-900: #05054D;
--black-950: #030330;
}