Black
#030B30
BlueColor Codes
All color formats for development
HEX
#030B30RGB
rgb(3, 11, 48)HSL
hsl(229, 88%, 10%)OKLCH
oklch(0.173 0.075 266)CMYK
cmyk(94%, 77%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#030A2B
2#020926
3#020822
4#02071D
5#020618
6#010513
7#01030E
8#01020A
9#000105
Tints
Lighter variations
1#06155B
2#092086
3#0B2AB1
4#0E34DD
5#274CF1
6#5270F4
7#7E94F7
8#A9B8F9
9#D4DBFC
Tones
Muted variations
1#050D2E
2#080E2B
3#0A1029
4#0C1127
5#0E1225
6#111422
7#131520
8#15171E
9#17181C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CB #C1CBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A4 #91A4F8 | BordersInactive statesPlaceholder text |
| 400 | 5774 #5774F4 | Disabled statesSecondary iconsMuted text |
| 500 | 274C #274CF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D32 #0D32D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B28 #0B28A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 081C #081C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0512 #05124D | Primary textHigh emphasis contentDark headings |
| 950 | 030B #030B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F3FE;
--black-100: #DDE3FD;
--black-200: #C1CBFB;
--black-300: #91A4F8;
--black-400: #5774F4;
--black-500: #274CF1;
--black-600: #0D32D3;
--black-700: #0B28A8;
--black-800: #081C78;
--black-900: #05124D;
--black-950: #030B30;
}