Black
#0C052E
BlueColor Codes
All color formats for development
HEX
#0C052ERGB
rgb(12, 5, 46)HSL
hsl(250, 80%, 10%)OKLCH
oklch(0.165 0.078 282.4)CMYK
cmyk(74%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0529
2#0A0425
3#080420
4#07031C
5#060317
6#050212
7#04020E
8#020109
9#010105
Tints
Lighter variations
1#170A57
2#210E81
3#2C13AA
4#3717D3
5#4F30E8
6#725AED
7#9583F1
8#B9ACF6
9#DCD6FA
Tones
Muted variations
1#0D072C
2#0F092A
3#100B28
4#110D26
5#130F24
6#141122
7#151320
8#17151E
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC3 #CCC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A595 #A595F3 | BordersInactive statesPlaceholder text |
| 400 | 765E #765EED | Disabled statesSecondary iconsMuted text |
| 500 | 4F30 #4F30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3416 #3416CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A12 #2A12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E0D #1E0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1308 #130849 | Primary textHigh emphasis contentDark headings |
| 950 | 0C05 #0C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F1FD;
--black-100: #E4DFFB;
--black-200: #CCC3F8;
--black-300: #A595F3;
--black-400: #765EED;
--black-500: #4F30E8;
--black-600: #3416CA;
--black-700: #2A12A1;
--black-800: #1E0D73;
--black-900: #130849;
--black-950: #0C052E;
}