Black
#030630
BlueColor Codes
All color formats for development
HEX
#030630RGB
rgb(3, 6, 48)HSL
hsl(236, 88%, 10%)OKLCH
oklch(0.161 0.083 268.5)CMYK
cmyk(94%, 87%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03052B
2#020526
3#020422
4#02041D
5#020318
6#010213
7#01020E
8#01010A
9#000105
Tints
Lighter variations
1#060B5B
2#091186
3#0B16B1
4#0E1CDD
5#2735F1
6#525DF4
7#7E86F7
8#A9AEF9
9#D4D7FC
Tones
Muted variations
1#05082E
2#080A2B
3#0A0C29
4#0C0E27
5#0E1025
6#111222
7#131420
8#15161E
9#17181C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C5 #C1C5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9198 #9198F8 | BordersInactive statesPlaceholder text |
| 400 | 5762 #5762F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2735 #2735F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D1B #0D1BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B15 #0B15A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 080F #080F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050A #050A4D | Primary textHigh emphasis contentDark headings |
| 950 | 0306 #030630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F2FE;
--black-100: #DDE0FD;
--black-200: #C1C5FB;
--black-300: #9198F8;
--black-400: #5762F4;
--black-500: #2735F1;
--black-600: #0D1BD3;
--black-700: #0B15A8;
--black-800: #080F78;
--black-900: #050A4D;
--black-950: #030630;
}