Black
#0C062D
BlueColor Codes
All color formats for development
HEX
#0C062DRGB
rgb(12, 6, 45)HSL
hsl(249, 76%, 10%)OKLCH
oklch(0.166 0.075 282.2)CMYK
cmyk(73%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0628
2#0A0524
3#08041F
4#07041B
5#060316
6#050212
7#04020D
8#020109
9#010104
Tints
Lighter variations
1#170C55
2#21117E
3#2C17A6
4#371CCE
5#4F35E3
6#725DE9
7#9686EE
8#B9AEF4
9#DCD7F9
Tones
Muted variations
1#0D082B
2#0F0A29
3#100C27
4#110E25
5#131023
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 | E4E0 #E4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC5 #CCC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A598 #A598F1 | BordersInactive statesPlaceholder text |
| 400 | 7662 #7662EA | Disabled statesSecondary iconsMuted text |
| 500 | 4F35 #4F35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 351B #351BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A15 #2A159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E0F #1E0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 130A #130A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0C06 #0C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F2FD;
--black-100: #E4E0FB;
--black-200: #CCC5F7;
--black-300: #A598F1;
--black-400: #7662EA;
--black-500: #4F35E3;
--black-600: #351BC5;
--black-700: #2A159D;
--black-800: #1E0F70;
--black-900: #130A48;
--black-950: #0C062D;
}