Black
#0B052E
BlueColor Codes
All color formats for development
HEX
#0B052ERGB
rgb(11, 5, 46)HSL
hsl(249, 80%, 10%)OKLCH
oklch(0.164 0.078 281)CMYK
cmyk(76%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A0529
2#090425
3#080420
4#07031C
5#060317
6#040212
7#03020E
8#020109
9#010105
Tints
Lighter variations
1#150A57
2#1F0E81
3#2A13AA
4#3417D3
5#4C30E8
6#705AED
7#9483F1
8#B7ACF6
9#DBD6FA
Tones
Muted variations
1#0D072C
2#0E092A
3#100B28
4#110D26
5#120F24
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 | E3DF #E3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC3 #CBC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A495 #A495F3 | BordersInactive statesPlaceholder text |
| 400 | 745E #745EED | Disabled statesSecondary iconsMuted text |
| 500 | 4C30 #4C30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3116 #3116CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2712 #2712A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C0D #1C0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1208 #120849 | Primary textHigh emphasis contentDark headings |
| 950 | 0B05 #0B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F1FD;
--black-100: #E3DFFB;
--black-200: #CBC3F8;
--black-300: #A495F3;
--black-400: #745EED;
--black-500: #4C30E8;
--black-600: #3116CA;
--black-700: #2712A1;
--black-800: #1C0D73;
--black-900: #120849;
--black-950: #0B052E;
}