Black
#0D062D
BlueColor Codes
All color formats for development
HEX
#0D062DRGB
rgb(13, 6, 45)HSL
hsl(251, 76%, 10%)OKLCH
oklch(0.167 0.074 283.7)CMYK
cmyk(71%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0628
2#0B0524
3#09041F
4#08041B
5#070316
6#050212
7#04020D
8#030109
9#010104
Tints
Lighter variations
1#190C55
2#25117E
3#3117A6
4#3D1CCE
5#5535E3
6#775DE9
7#9986EE
8#BBAEF4
9#DDD7F9
Tones
Muted variations
1#0E082B
2#100A29
3#110C27
4#120E25
5#131023
6#151221
7#16141F
8#17161D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E0 #E5E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC5 #CEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A898 #A898F1 | BordersInactive statesPlaceholder text |
| 400 | 7B62 #7B62EA | Disabled statesSecondary iconsMuted text |
| 500 | 5535 #5535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A1B #3A1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E15 #2E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 210F #210F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 150A #150A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0D06 #0D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F2FD;
--black-100: #E5E0FB;
--black-200: #CEC5F7;
--black-300: #A898F1;
--black-400: #7B62EA;
--black-500: #5535E3;
--black-600: #3A1BC5;
--black-700: #2E159D;
--black-800: #210F70;
--black-900: #150A48;
--black-950: #0D062D;
}