Black
#04102F
BlueColor Codes
All color formats for development
HEX
#04102FRGB
rgb(4, 16, 47)HSL
hsl(223, 84%, 10%)OKLCH
oklch(0.185 0.065 263.5)CMYK
cmyk(91%, 66%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#040F2A
2#030D26
3#030B21
4#020A1C
5#020817
6#020613
7#01050E
8#010309
9#000205
Tints
Lighter variations
1#081F59
2#0B2D83
3#0F3CAE
4#134BD8
5#2C62ED
6#5682F0
7#80A1F4
8#ABC0F8
9#D5E0FB
Tones
Muted variations
1#06112D
2#08122B
3#0B1328
4#0D1426
5#0F1524
6#111622
7#131720
8#15181E
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE7 #DEE7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D2 #C2D2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93AF #93AFF6 | BordersInactive statesPlaceholder text |
| 400 | 5B85 #5B85F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C62 #2C62ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1247 #1247CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E39 #0E39A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A29 #0A2975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071A #071A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0410 #04102F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F5FE;
--black-100: #DEE7FC;
--black-200: #C2D2FA;
--black-300: #93AFF6;
--black-400: #5B85F1;
--black-500: #2C62ED;
--black-600: #1247CE;
--black-700: #0E39A4;
--black-800: #0A2975;
--black-900: #071A4B;
--black-950: #04102F;
}