Black
#010C32
BlueColor Codes
All color formats for development
HEX
#010C32RGB
rgb(1, 12, 50)HSL
hsl(227, 96%, 10%)OKLCH
oklch(0.176 0.078 263)CMYK
cmyk(98%, 76%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#010A2D
2#010928
3#010823
4#01071E
5#010619
6#000514
7#00030F
8#00020A
9#000105
Tints
Lighter variations
1#02165F
2#03218C
3#042BB9
4#0535E6
5#1E4EFA
6#4B71FB
7#7895FC
8#A5B8FD
9#D2DCFE
Tones
Muted variations
1#030D30
2#060E2D
3#08102B
4#0B1128
5#0D1326
6#101423
7#121521
8#15171E
9#17181C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE3 #DCE3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BECC #BECCFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CA4 #8CA4FD | BordersInactive statesPlaceholder text |
| 400 | 5075 #5075FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E4E #1E4EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0433 #0433DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0429 #0429AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 031D #031D7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0213 #021350 | Primary textHigh emphasis contentDark headings |
| 950 | 010C #010C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F3FF;
--black-100: #DCE3FE;
--black-200: #BECCFE;
--black-300: #8CA4FD;
--black-400: #5075FB;
--black-500: #1E4EFA;
--black-600: #0433DC;
--black-700: #0429AF;
--black-800: #031D7D;
--black-900: #021350;
--black-950: #010C32;
}