Black
#030D30
BlueColor Codes
All color formats for development
HEX
#030D30RGB
rgb(3, 13, 48)HSL
hsl(227, 88%, 10%)OKLCH
oklch(0.178 0.072 264.8)CMYK
cmyk(94%, 73%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#030C2B
2#020A26
3#020922
4#02081D
5#020618
6#010513
7#01040E
8#01030A
9#000105
Tints
Lighter variations
1#06185B
2#092486
3#0B2FB1
4#0E3BDD
5#2753F1
6#5275F4
7#7E98F7
8#A9BAF9
9#D4DDFC
Tones
Muted variations
1#050E2E
2#080F2B
3#0A1129
4#0C1227
5#0E1325
6#111422
7#131620
8#15171E
9#17181C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CD #C1CDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A7 #91A7F8 | BordersInactive statesPlaceholder text |
| 400 | 5779 #5779F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2753 #2753F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D38 #0D38D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B2D #0B2DA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0820 #082078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0514 #05144D | Primary textHigh emphasis contentDark headings |
| 950 | 030D #030D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F4FE;
--black-100: #DDE4FD;
--black-200: #C1CDFB;
--black-300: #91A7F8;
--black-400: #5779F4;
--black-500: #2753F1;
--black-600: #0D38D3;
--black-700: #0B2DA8;
--black-800: #082078;
--black-900: #05144D;
--black-950: #030D30;
}