Black
#06092D
BlueColor Codes
All color formats for development
HEX
#06092DRGB
rgb(6, 9, 45)HSL
hsl(235, 76%, 10%)OKLCH
oklch(0.167 0.071 271.6)CMYK
cmyk(87%, 80%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060828
2#050724
3#04071F
4#04061B
5#030516
6#020412
7#02030D
8#010209
9#010104
Tints
Lighter variations
1#0C1255
2#111A7E
3#1723A6
4#1C2BCE
5#3544E3
6#5D69E9
7#868FEE
8#AEB4F4
9#D7DAF9
Tones
Muted variations
1#080B2B
2#0A0D29
3#0C0E27
4#0E1025
5#101123
6#121321
7#14151F
8#16161D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E2 #E0E2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C9 #C5C9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 989F #989FF1 | BordersInactive statesPlaceholder text |
| 400 | 626D #626DEA | Disabled statesSecondary iconsMuted text |
| 500 | 3544 #3544E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B29 #1B29C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1521 #15219D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F17 #0F1770 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0F #0A0F48 | Primary textHigh emphasis contentDark headings |
| 950 | 0609 #06092D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F3FD;
--black-100: #E0E2FB;
--black-200: #C5C9F7;
--black-300: #989FF1;
--black-400: #626DEA;
--black-500: #3544E3;
--black-600: #1B29C5;
--black-700: #15219D;
--black-800: #0F1770;
--black-900: #0A0F48;
--black-950: #06092D;
}