Black
#04062F
BlueColor Codes
All color formats for development
HEX
#04062FRGB
rgb(4, 6, 47)HSL
hsl(237, 84%, 10%)OKLCH
oklch(0.161 0.081 270.1)CMYK
cmyk(91%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04062A
2#030526
3#030421
4#02041C
5#020317
6#020213
7#01020E
8#010109
9#000105
Tints
Lighter variations
1#080C59
2#0B1183
3#0F17AE
4#131DD8
5#2C35ED
6#565EF0
7#8086F4
8#ABAEF8
9#D5D7FB
Tones
Muted variations
1#06082D
2#080A2B
3#0B0C28
4#0D0E26
5#0F1024
6#111222
7#131420
8#15161E
9#17181C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE0 #DEE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C5 #C2C5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9398 #9398F6 | BordersInactive statesPlaceholder text |
| 400 | 5B62 #5B62F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C35 #2C35ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 121B #121BCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E16 #0E16A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A10 #0A1075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070A #070A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0406 #04062F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F2FE;
--black-100: #DEE0FC;
--black-200: #C2C5FA;
--black-300: #9398F6;
--black-400: #5B62F1;
--black-500: #2C35ED;
--black-600: #121BCE;
--black-700: #0E16A4;
--black-800: #0A1075;
--black-900: #070A4B;
--black-950: #04062F;
}