Black
#030930
BlueColor Codes
All color formats for development
HEX
#030930RGB
rgb(3, 9, 48)HSL
hsl(232, 88%, 10%)OKLCH
oklch(0.168 0.078 267.1)CMYK
cmyk(94%, 81%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03082B
2#020726
3#020622
4#02051D
5#020518
6#010413
7#01030E
8#01020A
9#000105
Tints
Lighter variations
1#06115B
2#091986
3#0B21B1
4#0E2ADD
5#2742F1
6#5268F4
7#7E8EF7
8#A9B3F9
9#D4D9FC
Tones
Muted variations
1#050B2E
2#080C2B
3#0A0E29
4#0C1027
5#0E1125
6#111322
7#131520
8#15161E
9#17181C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C8 #C1C8FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 919F #919FF8 | BordersInactive statesPlaceholder text |
| 400 | 576C #576CF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2742 #2742F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D28 #0D28D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B20 #0B20A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0817 #081778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050E #050E4D | Primary textHigh emphasis contentDark headings |
| 950 | 0309 #030930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F2FE;
--black-100: #DDE2FD;
--black-200: #C1C8FB;
--black-300: #919FF8;
--black-400: #576CF4;
--black-500: #2742F1;
--black-600: #0D28D3;
--black-700: #0B20A8;
--black-800: #081778;
--black-900: #050E4D;
--black-950: #030930;
}