Black
#06112D
BlueColor Codes
All color formats for development
HEX
#06112DRGB
rgb(6, 17, 45)HSL
hsl(223, 76%, 10%)OKLCH
oklch(0.187 0.059 264.5)CMYK
cmyk(87%, 62%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060F28
2#050E24
3#040C1F
4#040A1B
5#030916
6#020712
7#02050D
8#010309
9#010204
Tints
Lighter variations
1#0C2055
2#11307E
3#173FA6
4#1C4FCE
5#3566E3
6#5D85E9
7#86A3EE
8#AEC2F4
9#D7E0F9
Tones
Muted variations
1#08122B
2#0A1329
3#0C1427
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 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E7 #E0E7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D3 #C5D3F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98B1 #98B1F1 | BordersInactive statesPlaceholder text |
| 400 | 6288 #6288EA | Disabled statesSecondary iconsMuted text |
| 500 | 3566 #3566E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B4B #1B4BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 153C #153C9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F2B #0F2B70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A1B #0A1B48 | Primary textHigh emphasis contentDark headings |
| 950 | 0611 #06112D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F5FD;
--black-100: #E0E7FB;
--black-200: #C5D3F7;
--black-300: #98B1F1;
--black-400: #6288EA;
--black-500: #3566E3;
--black-600: #1B4BC5;
--black-700: #153C9D;
--black-800: #0F2B70;
--black-900: #0A1B48;
--black-950: #06112D;
}