Black
#06102D
BlueColor Codes
All color formats for development
HEX
#06102DRGB
rgb(6, 16, 45)HSL
hsl(225, 76%, 10%)OKLCH
oklch(0.184 0.061 265.6)CMYK
cmyk(87%, 64%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060E28
2#050D24
3#040B1F
4#04091B
5#030816
6#020612
7#02050D
8#010309
9#010204
Tints
Lighter variations
1#0C1E55
2#112C7E
3#173AA6
4#1C49CE
5#3561E3
6#5D80E9
7#86A0EE
8#AEC0F4
9#D7DFF9
Tones
Muted variations
1#08112B
2#0A1229
3#0C1327
4#0E1425
5#101523
6#121621
7#14171F
8#16181D
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E6 #E0E6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D1 #C5D1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98AE #98AEF1 | BordersInactive statesPlaceholder text |
| 400 | 6284 #6284EA | Disabled statesSecondary iconsMuted text |
| 500 | 3561 #3561E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B46 #1B46C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1537 #15379D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F28 #0F2870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A19 #0A1948 | Primary textHigh emphasis contentDark headings |
| 950 | 0610 #06102D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F4FD;
--black-100: #E0E6FB;
--black-200: #C5D1F7;
--black-300: #98AEF1;
--black-400: #6284EA;
--black-500: #3561E3;
--black-600: #1B46C5;
--black-700: #15379D;
--black-800: #0F2870;
--black-900: #0A1948;
--black-950: #06102D;
}