Black
#04092F
BlueColor Codes
All color formats for development
HEX
#04092FRGB
rgb(4, 9, 47)HSL
hsl(233, 84%, 10%)OKLCH
oklch(0.168 0.076 268.6)CMYK
cmyk(91%, 81%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04082A
2#030726
3#030621
4#02051C
5#020517
6#020413
7#01030E
8#010209
9#000105
Tints
Lighter variations
1#081159
2#0B1983
3#0F22AE
4#132AD8
5#2C42ED
6#5668F0
7#808EF4
8#ABB4F8
9#D5D9FB
Tones
Muted variations
1#060B2D
2#080C2B
3#0B0E28
4#0D1026
5#0F1124
6#111322
7#131520
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 | DEE2 #DEE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C9 #C2C9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 939F #939FF6 | BordersInactive statesPlaceholder text |
| 400 | 5B6C #5B6CF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C42 #2C42ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1228 #1228CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E20 #0E20A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A17 #0A1775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070F #070F4B | Primary textHigh emphasis contentDark headings |
| 950 | 0409 #04092F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F2FE;
--black-100: #DEE2FC;
--black-200: #C2C9FA;
--black-300: #939FF6;
--black-400: #5B6CF1;
--black-500: #2C42ED;
--black-600: #1228CE;
--black-700: #0E20A4;
--black-800: #0A1775;
--black-900: #070F4B;
--black-950: #04092F;
}