Black
#010732
BlueColor Codes
All color formats for development
HEX
#010732RGB
rgb(1, 7, 50)HSL
hsl(233, 96%, 10%)OKLCH
oklch(0.164 0.085 265)CMYK
cmyk(98%, 86%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01062D
2#010528
3#010523
4#01041E
5#010319
6#000314
7#00020F
8#00010A
9#000105
Tints
Lighter variations
1#020D5F
2#03138C
3#0419B9
4#051FE6
5#1E38FA
6#4B60FB
7#7887FC
8#A5AFFD
9#D2D7FE
Tones
Muted variations
1#030930
2#060A2D
3#080C2B
4#0B0E28
5#0D1026
6#101223
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 | DCE0 #DCE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC5 #BEC5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8C99 #8C99FD | BordersInactive statesPlaceholder text |
| 400 | 5064 #5064FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E38 #1E38FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 041E #041EDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0418 #0418AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0311 #03117D | Text on light backgroundsHeadingsStrong borders |
| 900 | 020B #020B50 | Primary textHigh emphasis contentDark headings |
| 950 | 0107 #010732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F2FF;
--black-100: #DCE0FE;
--black-200: #BEC5FE;
--black-300: #8C99FD;
--black-400: #5064FB;
--black-500: #1E38FA;
--black-600: #041EDC;
--black-700: #0418AF;
--black-800: #03117D;
--black-900: #020B50;
--black-950: #010732;
}