Black
#060D2D
BlueColor Codes
All color formats for development
HEX
#060D2DRGB
rgb(6, 13, 45)HSL
hsl(229, 76%, 10%)OKLCH
oklch(0.177 0.065 268.6)CMYK
cmyk(87%, 71%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060C28
2#050B24
3#04091F
4#04081B
5#030716
6#020512
7#02040D
8#010309
9#010104
Tints
Lighter variations
1#0C1955
2#11257E
3#1731A6
4#1C3DCE
5#3555E3
6#5D77E9
7#8699EE
8#AEBBF4
9#D7DDF9
Tones
Muted variations
1#080E2B
2#0A1029
3#0C1127
4#0E1225
5#101323
6#121521
7#14161F
8#16171D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E5 #E0E5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CE #C5CEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A8 #98A8F1 | BordersInactive statesPlaceholder text |
| 400 | 627B #627BEA | Disabled statesSecondary iconsMuted text |
| 500 | 3555 #3555E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B3A #1B3AC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 152E #152E9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F21 #0F2170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A15 #0A1548 | Primary textHigh emphasis contentDark headings |
| 950 | 060D #060D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F4FD;
--black-100: #E0E5FB;
--black-200: #C5CEF7;
--black-300: #98A8F1;
--black-400: #627BEA;
--black-500: #3555E3;
--black-600: #1B3AC5;
--black-700: #152E9D;
--black-800: #0F2170;
--black-900: #0A1548;
--black-950: #060D2D;
}