Black
#0D052E
BlueColor Codes
All color formats for development
HEX
#0D052ERGB
rgb(13, 5, 46)HSL
hsl(252, 80%, 10%)OKLCH
oklch(0.166 0.078 283.8)CMYK
cmyk(72%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0529
2#0B0425
3#090420
4#08031C
5#070317
6#050212
7#04020E
8#030109
9#010105
Tints
Lighter variations
1#190A57
2#250E81
3#3113AA
4#3D17D3
5#5530E8
6#775AED
7#9983F1
8#BBACF6
9#DDD6FA
Tones
Muted variations
1#0E072C
2#10092A
3#110B28
4#120D26
5#130F24
6#151122
7#161320
8#17151E
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DF #E5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC3 #CEC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A895 #A895F3 | BordersInactive statesPlaceholder text |
| 400 | 7B5E #7B5EED | Disabled statesSecondary iconsMuted text |
| 500 | 5530 #5530E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A16 #3A16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E12 #2E12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 210D #210D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1508 #150849 | Primary textHigh emphasis contentDark headings |
| 950 | 0D05 #0D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F1FD;
--black-100: #E5DFFB;
--black-200: #CEC3F8;
--black-300: #A895F3;
--black-400: #7B5EED;
--black-500: #5530E8;
--black-600: #3A16CA;
--black-700: #2E12A1;
--black-800: #210D73;
--black-900: #150849;
--black-950: #0D052E;
}