Black
#030F30
BlueColor Codes
All color formats for development
HEX
#030F30RGB
rgb(3, 15, 48)HSL
hsl(224, 88%, 10%)OKLCH
oklch(0.183 0.069 263.3)CMYK
cmyk(94%, 69%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#030E2B
2#020C26
3#020B22
4#02091D
5#020818
6#010613
7#01050E
8#01030A
9#000205
Tints
Lighter variations
1#061D5B
2#092A86
3#0B38B1
4#0E45DD
5#275DF1
6#527EF4
7#7E9EF7
8#A9BEF9
9#D4DFFC
Tones
Muted variations
1#05102E
2#08112B
3#0A1229
4#0C1327
5#0E1425
6#111522
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 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D0 #C1D0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91AC #91ACF8 | BordersInactive statesPlaceholder text |
| 400 | 5781 #5781F4 | Disabled statesSecondary iconsMuted text |
| 500 | 275D #275DF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D42 #0D42D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B35 #0B35A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0826 #082678 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0518 #05184D | Primary textHigh emphasis contentDark headings |
| 950 | 030F #030F30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F4FE;
--black-100: #DDE6FD;
--black-200: #C1D0FB;
--black-300: #91ACF8;
--black-400: #5781F4;
--black-500: #275DF1;
--black-600: #0D42D3;
--black-700: #0B35A8;
--black-800: #082678;
--black-900: #05184D;
--black-950: #030F30;
}