Black
#010432
BlueColor Codes
All color formats for development
HEX
#010432RGB
rgb(1, 4, 50)HSL
hsl(236, 96%, 10%)OKLCH
oklch(0.156 0.091 265.7)CMYK
cmyk(98%, 92%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01042D
2#010328
3#010323
4#01031E
5#010219
6#000214
7#00010F
8#00010A
9#000005
Tints
Lighter variations
1#02085F
2#030C8C
3#0410B9
4#0514E6
5#1E2DFA
6#4B57FB
7#7881FC
8#A5ABFD
9#D2D5FE
Tones
Muted variations
1#030630
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 | DCDE #DCDEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC2 #BEC2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8C94 #8C94FD | BordersInactive statesPlaceholder text |
| 400 | 505B #505BFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E2D #1E2DFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0413 #0413DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 040F #040FAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 030B #030B7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0207 #020750 | Primary textHigh emphasis contentDark headings |
| 950 | 0104 #010432 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F1FF;
--black-100: #DCDEFE;
--black-200: #BEC2FE;
--black-300: #8C94FD;
--black-400: #505BFB;
--black-500: #1E2DFA;
--black-600: #0413DC;
--black-700: #040FAF;
--black-800: #030B7D;
--black-900: #020750;
--black-950: #010432;
}