Black
#030730
BlueColor Codes
All color formats for development
HEX
#030730RGB
rgb(3, 7, 48)HSL
hsl(235, 88%, 10%)OKLCH
oklch(0.163 0.081 268)CMYK
cmyk(94%, 85%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03062B
2#020526
3#020522
4#02041D
5#020318
6#010313
7#01020E
8#01010A
9#000105
Tints
Lighter variations
1#060D5B
2#091386
3#0B19B1
4#0E1FDD
5#2738F1
6#5260F4
7#7E88F7
8#A9AFF9
9#D4D7FC
Tones
Muted variations
1#05092E
2#080B2B
3#0A0C29
4#0C0E27
5#0E1025
6#111222
7#131420
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 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C6 #C1C6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9199 #9199F8 | BordersInactive statesPlaceholder text |
| 400 | 5764 #5764F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2738 #2738F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D1E #0D1ED3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B18 #0B18A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0811 #081178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050B #050B4D | Primary textHigh emphasis contentDark headings |
| 950 | 0307 #030730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F2FE;
--black-100: #DDE0FD;
--black-200: #C1C6FB;
--black-300: #9199F8;
--black-400: #5764F4;
--black-500: #2738F1;
--black-600: #0D1ED3;
--black-700: #0B18A8;
--black-800: #081178;
--black-900: #050B4D;
--black-950: #030730;
}