Black
#030A30
BlueColor Codes
All color formats for development
HEX
#030A30RGB
rgb(3, 10, 48)HSL
hsl(231, 88%, 10%)OKLCH
oklch(0.17 0.076 266.6)CMYK
cmyk(94%, 79%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03092B
2#020826
3#020722
4#02061D
5#020518
6#010413
7#01030E
8#01020A
9#000105
Tints
Lighter variations
1#06135B
2#091B86
3#0B24B1
4#0E2DDD
5#2746F1
6#526BF4
7#7E90F7
8#A9B5F9
9#D4DAFC
Tones
Muted variations
1#050B2E
2#080D2B
3#0A0F29
4#0C1027
5#0E1225
6#111322
7#131520
8#15161E
9#17181C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C9 #C1C9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A0 #91A0F8 | BordersInactive statesPlaceholder text |
| 400 | 576F #576FF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2746 #2746F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D2B #0D2BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B22 #0B22A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0818 #081878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0510 #05104D | Primary textHigh emphasis contentDark headings |
| 950 | 030A #030A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F3FE;
--black-100: #DDE2FD;
--black-200: #C1C9FB;
--black-300: #91A0F8;
--black-400: #576FF4;
--black-500: #2746F1;
--black-600: #0D2BD3;
--black-700: #0B22A8;
--black-800: #081878;
--black-900: #05104D;
--black-950: #030A30;
}