Black
#06072D
BlueColor Codes
All color formats for development
HEX
#06072DRGB
rgb(6, 7, 45)HSL
hsl(238, 76%, 10%)OKLCH
oklch(0.163 0.075 272.9)CMYK
cmyk(87%, 84%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060728
2#050624
3#04051F
4#04041B
5#030416
6#020312
7#02020D
8#010109
9#010104
Tints
Lighter variations
1#0C0E55
2#11157E
3#171BA6
4#1C22CE
5#353BE3
6#5D62E9
7#8689EE
8#AEB1F4
9#D7D8F9
Tones
Muted variations
1#08092B
2#0A0B29
3#0C0D27
4#0E0F25
5#101023
6#121221
7#14141F
8#16161D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E0 #E0E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C6 #C5C6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 989B #989BF1 | BordersInactive statesPlaceholder text |
| 400 | 6266 #6266EA | Disabled statesSecondary iconsMuted text |
| 500 | 353B #353BE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B21 #1B21C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 151A #151A9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F13 #0F1370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0C #0A0C48 | Primary textHigh emphasis contentDark headings |
| 950 | 0607 #06072D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F2FD;
--black-100: #E0E0FB;
--black-200: #C5C6F7;
--black-300: #989BF1;
--black-400: #6266EA;
--black-500: #353BE3;
--black-600: #1B21C5;
--black-700: #151A9D;
--black-800: #0F1370;
--black-900: #0A0C48;
--black-950: #06072D;
}