Black
#030E30
BlueColor Codes
All color formats for development
HEX
#030E30RGB
rgb(3, 14, 48)HSL
hsl(225, 88%, 10%)OKLCH
oklch(0.18 0.07 264.1)CMYK
cmyk(94%, 71%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#030D2B
2#020B26
3#020A22
4#02091D
5#020718
6#010613
7#01040E
8#01030A
9#000105
Tints
Lighter variations
1#061B5B
2#092886
3#0B35B1
4#0E42DD
5#275AF1
6#527BF4
7#7E9CF7
8#A9BDF9
9#D4DEFC
Tones
Muted variations
1#050F2E
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 | DDE5 #DDE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CF #C1CFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91AB #91ABF8 | BordersInactive statesPlaceholder text |
| 400 | 577E #577EF4 | Disabled statesSecondary iconsMuted text |
| 500 | 275A #275AF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D3F #0D3FD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B32 #0B32A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0824 #082478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0517 #05174D | Primary textHigh emphasis contentDark headings |
| 950 | 030E #030E30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F4FE;
--black-100: #DDE5FD;
--black-200: #C1CFFB;
--black-300: #91ABF8;
--black-400: #577EF4;
--black-500: #275AF1;
--black-600: #0D3FD3;
--black-700: #0B32A8;
--black-800: #082478;
--black-900: #05174D;
--black-950: #030E30;
}