Black
#010832
BlueColor Codes
All color formats for development
HEX
#010832RGB
rgb(1, 8, 50)HSL
hsl(231, 96%, 10%)OKLCH
oklch(0.166 0.084 264.6)CMYK
cmyk(98%, 84%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01082D
2#010728
3#010623
4#01051E
5#010419
6#000314
7#00030F
8#00020A
9#000105
Tints
Lighter variations
1#02105F
2#03178C
3#041FB9
4#0526E6
5#1E3FFA
6#4B66FB
7#788CFC
8#A5B2FD
9#D2D9FE
Tones
Muted variations
1#030A30
2#060C2D
3#080E2B
4#0B0F28
5#0D1126
6#101323
7#121421
8#15161E
9#17181C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE1 #DCE1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC8 #BEC8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8C9D #8C9DFD | BordersInactive statesPlaceholder text |
| 400 | 506A #506AFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E3F #1E3FFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0425 #0425DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 041D #041DAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0315 #03157D | Text on light backgroundsHeadingsStrong borders |
| 900 | 020D #020D50 | Primary textHigh emphasis contentDark headings |
| 950 | 0108 #010832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F2FF;
--black-100: #DCE1FE;
--black-200: #BEC8FE;
--black-300: #8C9DFD;
--black-400: #506AFB;
--black-500: #1E3FFA;
--black-600: #0425DC;
--black-700: #041DAF;
--black-800: #03157D;
--black-900: #020D50;
--black-950: #010832;
}