Black
#0B062D
BlueColor Codes
All color formats for development
HEX
#0B062DRGB
rgb(11, 6, 45)HSL
hsl(248, 76%, 10%)OKLCH
oklch(0.165 0.075 280.8)CMYK
cmyk(76%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A0628
2#090524
3#08041F
4#07041B
5#060316
6#050212
7#03020D
8#020109
9#010104
Tints
Lighter variations
1#150C55
2#20117E
3#2A17A6
4#341CCE
5#4C35E3
6#705DE9
7#9486EE
8#B8AEF4
9#DBD7F9
Tones
Muted variations
1#0D082B
2#0E0A29
3#100C27
4#110E25
5#121023
6#141221
7#15141F
8#17161D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E0 #E3E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC5 #CBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A498 #A498F1 | BordersInactive statesPlaceholder text |
| 400 | 7462 #7462EA | Disabled statesSecondary iconsMuted text |
| 500 | 4C35 #4C35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 321B #321BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2815 #28159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C0F #1C0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 120A #120A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0B06 #0B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F2FD;
--black-100: #E3E0FB;
--black-200: #CBC5F7;
--black-300: #A498F1;
--black-400: #7462EA;
--black-500: #4C35E3;
--black-600: #321BC5;
--black-700: #28159D;
--black-800: #1C0F70;
--black-900: #120A48;
--black-950: #0B062D;
}