Black
#040E2F
BlueColor Codes
All color formats for development
HEX
#040E2FRGB
rgb(4, 14, 47)HSL
hsl(226, 84%, 10%)OKLCH
oklch(0.18 0.068 265.2)CMYK
cmyk(91%, 70%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#040D2A
2#030B26
3#030A21
4#02081C
5#020717
6#020613
7#01040E
8#010309
9#000105
Tints
Lighter variations
1#081B59
2#0B2783
3#0F34AE
4#1341D8
5#2C59ED
6#567AF0
7#809BF4
8#ABBDF8
9#D5DEFB
Tones
Muted variations
1#060F2D
2#08102B
3#0B1228
4#0D1326
5#0F1424
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 | DEE5 #DEE5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CF #C2CFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93AA #93AAF6 | BordersInactive statesPlaceholder text |
| 400 | 5B7E #5B7EF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C59 #2C59ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 123E #123ECE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E31 #0E31A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A23 #0A2375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0717 #07174B | Primary textHigh emphasis contentDark headings |
| 950 | 040E #040E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F4FE;
--black-100: #DEE5FC;
--black-200: #C2CFFA;
--black-300: #93AAF6;
--black-400: #5B7EF1;
--black-500: #2C59ED;
--black-600: #123ECE;
--black-700: #0E31A4;
--black-800: #0A2375;
--black-900: #07174B;
--black-950: #040E2F;
}