Black
#060B2D
BlueColor Codes
All color formats for development
HEX
#060B2DRGB
rgb(6, 11, 45)HSL
hsl(232, 76%, 10%)OKLCH
oklch(0.172 0.068 270.2)CMYK
cmyk(87%, 76%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060A28
2#050924
3#04081F
4#04071B
5#030616
6#020512
7#02030D
8#010209
9#010104
Tints
Lighter variations
1#0C1555
2#11207E
3#172AA6
4#1C34CE
5#354CE3
6#5D70E9
7#8694EE
8#AEB8F4
9#D7DBF9
Tones
Muted variations
1#080D2B
2#0A0E29
3#0C1027
4#0E1125
5#101223
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 | E0E3 #E0E3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CB #C5CBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A4 #98A4F1 | BordersInactive statesPlaceholder text |
| 400 | 6274 #6274EA | Disabled statesSecondary iconsMuted text |
| 500 | 354C #354CE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B32 #1B32C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1528 #15289D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F1C #0F1C70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A12 #0A1248 | Primary textHigh emphasis contentDark headings |
| 950 | 060B #060B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F3FD;
--black-100: #E0E3FB;
--black-200: #C5CBF7;
--black-300: #98A4F1;
--black-400: #6274EA;
--black-500: #354CE3;
--black-600: #1B32C5;
--black-700: #15289D;
--black-800: #0F1C70;
--black-900: #0A1248;
--black-950: #060B2D;
}