Black
#010E32
BlueColor Codes
All color formats for development
HEX
#010E32RGB
rgb(1, 14, 50)HSL
hsl(224, 96%, 10%)OKLCH
oklch(0.181 0.075 261.9)CMYK
cmyk(98%, 72%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#010D2D
2#010B28
3#010A23
4#01081E
5#010719
6#000614
7#00040F
8#00030A
9#000105
Tints
Lighter variations
1#021B5F
2#03278C
3#0434B9
4#0541E6
5#1E59FA
6#4B7AFB
7#789BFC
8#A5BDFD
9#D2DEFE
Tones
Muted variations
1#030F30
2#06102D
3#08122B
4#0B1328
5#0D1426
6#101523
7#121621
8#15171E
9#17181C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE5 #DCE5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BECF #BECFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CAA #8CAAFD | BordersInactive statesPlaceholder text |
| 400 | 507E #507EFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E59 #1E59FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 043E #043EDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0431 #0431AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0323 #03237D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0217 #021750 | Primary textHigh emphasis contentDark headings |
| 950 | 010E #010E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F4FF;
--black-100: #DCE5FE;
--black-200: #BECFFE;
--black-300: #8CAAFD;
--black-400: #507EFB;
--black-500: #1E59FA;
--black-600: #043EDC;
--black-700: #0431AF;
--black-800: #03237D;
--black-900: #021750;
--black-950: #010E32;
}