Black
#04072F
BlueColor Codes
All color formats for development
HEX
#04072FRGB
rgb(4, 7, 47)HSL
hsl(236, 84%, 10%)OKLCH
oklch(0.163 0.079 269.6)CMYK
cmyk(91%, 85%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04062A
2#030626
3#030521
4#02041C
5#020317
6#020313
7#01020E
8#010109
9#000105
Tints
Lighter variations
1#080D59
2#0B1383
3#0F1AAE
4#1320D8
5#2C39ED
6#5660F0
7#8088F4
8#ABB0F8
9#D5D7FB
Tones
Muted variations
1#06092D
2#080B2B
3#0B0D28
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 | C2C6 #C2C6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 939A #939AF6 | BordersInactive statesPlaceholder text |
| 400 | 5B65 #5B65F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C39 #2C39ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 121F #121FCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E18 #0E18A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A11 #0A1175 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070B #070B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0407 #04072F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F2FE;
--black-100: #DEE0FC;
--black-200: #C2C6FA;
--black-300: #939AF6;
--black-400: #5B65F1;
--black-500: #2C39ED;
--black-600: #121FCE;
--black-700: #0E18A4;
--black-800: #0A1175;
--black-900: #070B4B;
--black-950: #04072F;
}