Black
#060E2D
BlueColor Codes
All color formats for development
HEX
#060E2DRGB
rgb(6, 14, 45)HSL
hsl(228, 76%, 10%)OKLCH
oklch(0.179 0.064 267.7)CMYK
cmyk(87%, 69%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060C28
2#050B24
3#040A1F
4#04081B
5#030716
6#020612
7#02040D
8#010309
9#010104
Tints
Lighter variations
1#0C1A55
2#11277E
3#1733A6
4#1C40CE
5#3558E3
6#5D79E9
7#869BEE
8#AEBCF4
9#D7DEF9
Tones
Muted variations
1#080F2B
2#0A1029
3#0C1127
4#0E1325
5#101423
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 | C5CF #C5CFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98AA #98AAF1 | BordersInactive statesPlaceholder text |
| 400 | 627D #627DEA | Disabled statesSecondary iconsMuted text |
| 500 | 3558 #3558E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B3D #1B3DC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1531 #15319D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F23 #0F2370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A16 #0A1648 | Primary textHigh emphasis contentDark headings |
| 950 | 060E #060E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F4FD;
--black-100: #E0E5FB;
--black-200: #C5CFF7;
--black-300: #98AAF1;
--black-400: #627DEA;
--black-500: #3558E3;
--black-600: #1B3DC5;
--black-700: #15319D;
--black-800: #0F2370;
--black-900: #0A1648;
--black-950: #060E2D;
}