Black
#040A2F
BlueColor Codes
All color formats for development
HEX
#040A2FRGB
rgb(4, 10, 47)HSL
hsl(232, 84%, 10%)OKLCH
oklch(0.17 0.074 268)CMYK
cmyk(91%, 79%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04092A
2#030826
3#030721
4#02061C
5#020517
6#020413
7#01030E
8#010209
9#000105
Tints
Lighter variations
1#081359
2#0B1B83
3#0F24AE
4#132DD8
5#2C46ED
6#566BF0
7#8090F4
8#ABB5F8
9#D5DAFB
Tones
Muted variations
1#060B2D
2#080D2B
3#0B0F28
4#0D1026
5#0F1224
6#111322
7#131520
8#15161E
9#17181C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C9 #C2C9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93A0 #93A0F6 | BordersInactive statesPlaceholder text |
| 400 | 5B6F #5B6FF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C46 #2C46ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 122B #122BCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E22 #0E22A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A18 #0A1875 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0710 #07104B | Primary textHigh emphasis contentDark headings |
| 950 | 040A #040A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F3FE;
--black-100: #DEE2FC;
--black-200: #C2C9FA;
--black-300: #93A0F6;
--black-400: #5B6FF1;
--black-500: #2C46ED;
--black-600: #122BCE;
--black-700: #0E22A4;
--black-800: #0A1875;
--black-900: #07104B;
--black-950: #040A2F;
}