Black
#06132D
BlueColor Codes
All color formats for development
HEX
#06132DRGB
rgb(6, 19, 45)HSL
hsl(220, 76%, 10%)OKLCH
oklch(0.193 0.056 261.8)CMYK
cmyk(87%, 58%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061128
2#050F24
3#040D1F
4#040B1B
5#030A16
6#020812
7#02060D
8#010409
9#010204
Tints
Lighter variations
1#0C2455
2#11357E
3#1746A6
4#1C58CE
5#356FE3
6#5D8CE9
7#86A9EE
8#AEC5F4
9#D7E2F9
Tones
Muted variations
1#08142B
2#0A1429
3#0C1527
4#0E1625
5#101623
6#121721
7#14181F
8#16181D
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E9 #E0E9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D5 #C5D5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98B5 #98B5F1 | BordersInactive statesPlaceholder text |
| 400 | 628F #628FEA | Disabled statesSecondary iconsMuted text |
| 500 | 356F #356FE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B54 #1B54C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1543 #15439D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F30 #0F3070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A1E #0A1E48 | Primary textHigh emphasis contentDark headings |
| 950 | 0613 #06132D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F5FD;
--black-100: #E0E9FB;
--black-200: #C5D5F7;
--black-300: #98B5F1;
--black-400: #628FEA;
--black-500: #356FE3;
--black-600: #1B54C5;
--black-700: #15439D;
--black-800: #0F3070;
--black-900: #0A1E48;
--black-950: #06132D;
}