Black
#04162F
BlueColor Codes
All color formats for development
HEX
#04162FRGB
rgb(4, 22, 47)HSL
hsl(215, 84%, 10%)OKLCH
oklch(0.201 0.056 256.2)CMYK
cmyk(91%, 53%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04142A
2#031226
3#030F21
4#020D1C
5#020B17
6#020913
7#01070E
8#010409
9#000205
Tints
Lighter variations
1#082A59
2#0B3D83
3#0F51AE
4#1365D8
5#2C7CED
6#5696F0
7#80B1F4
8#ABCBF8
9#D5E5FB
Tones
Muted variations
1#06162D
2#08172B
3#0B1728
4#0D1726
5#0F1824
6#111822
7#131820
8#15191E
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEB #DEEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D9 #C2D9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93BC #93BCF6 | BordersInactive statesPlaceholder text |
| 400 | 5B99 #5B99F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C7C #2C7CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1260 #1260CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E4D #0E4DA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A37 #0A3775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0723 #07234B | Primary textHigh emphasis contentDark headings |
| 950 | 0416 #04162F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F6FE;
--black-100: #DEEBFC;
--black-200: #C2D9FA;
--black-300: #93BCF6;
--black-400: #5B99F1;
--black-500: #2C7CED;
--black-600: #1260CE;
--black-700: #0E4DA4;
--black-800: #0A3775;
--black-900: #07234B;
--black-950: #04162F;
}