Black
#010532
BlueColor Codes
All color formats for development
HEX
#010532RGB
rgb(1, 5, 50)HSL
hsl(235, 96%, 10%)OKLCH
oklch(0.159 0.089 265.5)CMYK
cmyk(98%, 90%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01052D
2#010428
3#010423
4#01031E
5#010319
6#000214
7#00020F
8#00010A
9#000105
Tints
Lighter variations
1#020A5F
2#030E8C
3#0413B9
4#0517E6
5#1E30FA
6#4B5AFB
7#7883FC
8#A5ACFD
9#D2D6FE
Tones
Muted variations
1#030730
2#06092D
3#080B2B
4#0B0D28
5#0D0F26
6#101123
7#121321
8#15151E
9#17171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC3 #BEC3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8C95 #8C95FD | BordersInactive statesPlaceholder text |
| 400 | 505E #505EFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E30 #1E30FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0416 #0416DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0412 #0412AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 030D #030D7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0208 #020850 | Primary textHigh emphasis contentDark headings |
| 950 | 0105 #010532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F1FF;
--black-100: #DCDFFE;
--black-200: #BEC3FE;
--black-300: #8C95FD;
--black-400: #505EFB;
--black-500: #1E30FA;
--black-600: #0416DC;
--black-700: #0412AF;
--black-800: #030D7D;
--black-900: #020850;
--black-950: #010532;
}