Black
#060C2D
BlueColor Codes
All color formats for development
HEX
#060C2DRGB
rgb(6, 12, 45)HSL
hsl(231, 76%, 10%)OKLCH
oklch(0.174 0.067 269.5)CMYK
cmyk(87%, 73%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060B28
2#050A24
3#04081F
4#04071B
5#030616
6#020512
7#02040D
8#010209
9#010104
Tints
Lighter variations
1#0C1755
2#11217E
3#172CA6
4#1C37CE
5#354FE3
6#5D72E9
7#8696EE
8#AEB9F4
9#D7DCF9
Tones
Muted variations
1#080D2B
2#0A0F29
3#0C1027
4#0E1125
5#101323
6#121421
7#14151F
8#16171D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E4 #E0E4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CC #C5CCF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A5 #98A5F1 | BordersInactive statesPlaceholder text |
| 400 | 6276 #6276EA | Disabled statesSecondary iconsMuted text |
| 500 | 354F #354FE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B35 #1B35C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 152A #152A9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F1E #0F1E70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A13 #0A1348 | Primary textHigh emphasis contentDark headings |
| 950 | 060C #060C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F3FD;
--black-100: #E0E4FB;
--black-200: #C5CCF7;
--black-300: #98A5F1;
--black-400: #6276EA;
--black-500: #354FE3;
--black-600: #1B35C5;
--black-700: #152A9D;
--black-800: #0F1E70;
--black-900: #0A1348;
--black-950: #060C2D;
}