Black
#04172F
BlueColor Codes
All color formats for development
HEX
#04172FRGB
rgb(4, 23, 47)HSL
hsl(213, 84%, 10%)OKLCH
oklch(0.204 0.054 254.7)CMYK
cmyk(91%, 51%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04152A
2#031326
3#031021
4#020E1C
5#020C17
6#020913
7#01070E
8#010509
9#000205
Tints
Lighter variations
1#082C59
2#0B4183
3#0F56AE
4#136BD8
5#2C83ED
6#569BF0
7#80B4F4
8#ABCDF8
9#D5E6FB
Tones
Muted variations
1#06182D
2#08182B
3#0B1828
4#0D1826
5#0F1824
6#111922
7#131920
8#15191E
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEC #DEECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DB #C2DBFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93BF #93BFF6 | BordersInactive statesPlaceholder text |
| 400 | 5B9E #5B9EF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C83 #2C83ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1267 #1267CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E52 #0E52A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A3A #0A3A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0725 #07254B | Primary textHigh emphasis contentDark headings |
| 950 | 0417 #04172F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F7FE;
--black-100: #DEECFC;
--black-200: #C2DBFA;
--black-300: #93BFF6;
--black-400: #5B9EF1;
--black-500: #2C83ED;
--black-600: #1267CE;
--black-700: #0E52A4;
--black-800: #0A3A75;
--black-900: #07254B;
--black-950: #04172F;
}