Black
#04142F
BlueColor Codes
All color formats for development
HEX
#04142FRGB
rgb(4, 20, 47)HSL
hsl(218, 84%, 10%)OKLCH
oklch(0.196 0.059 259)CMYK
cmyk(91%, 57%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04122A
2#031026
3#030E21
4#020C1C
5#020A17
6#020813
7#01060E
8#010409
9#000205
Tints
Lighter variations
1#082659
2#0B3783
3#0F49AE
4#135BD8
5#2C73ED
6#568FF0
7#80ABF4
8#ABC7F8
9#D5E3FB
Tones
Muted variations
1#06142D
2#08152B
3#0B1628
4#0D1626
5#0F1724
6#111722
7#131820
8#15181E
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE9 #DEE9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D6 #C2D6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93B7 #93B7F6 | BordersInactive statesPlaceholder text |
| 400 | 5B92 #5B92F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C73 #2C73ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1257 #1257CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E45 #0E45A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A31 #0A3175 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0720 #07204B | Primary textHigh emphasis contentDark headings |
| 950 | 0414 #04142F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F6FE;
--black-100: #DEE9FC;
--black-200: #C2D6FA;
--black-300: #93B7F6;
--black-400: #5B92F1;
--black-500: #2C73ED;
--black-600: #1257CE;
--black-700: #0E45A4;
--black-800: #0A3175;
--black-900: #07204B;
--black-950: #04142F;
}