Black
#060A2D
BlueColor Codes
All color formats for development
HEX
#060A2DRGB
rgb(6, 10, 45)HSL
hsl(234, 76%, 10%)OKLCH
oklch(0.17 0.07 271)CMYK
cmyk(87%, 78%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060928
2#050824
3#04071F
4#04061B
5#030516
6#020412
7#02030D
8#010209
9#010104
Tints
Lighter variations
1#0C1355
2#111C7E
3#1725A6
4#1C2ECE
5#3546E3
6#5D6BE9
7#8690EE
8#AEB5F4
9#D7DAF9
Tones
Muted variations
1#080C2B
2#0A0D29
3#0C0F27
4#0E1025
5#101223
6#121321
7#14151F
8#16161D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E2 #E0E2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CA #C5CAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A1 #98A1F1 | BordersInactive statesPlaceholder text |
| 400 | 626F #626FEA | Disabled statesSecondary iconsMuted text |
| 500 | 3546 #3546E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B2C #1B2CC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1523 #15239D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F19 #0F1970 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A10 #0A1048 | Primary textHigh emphasis contentDark headings |
| 950 | 060A #060A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F3FD;
--black-100: #E0E2FB;
--black-200: #C5CAF7;
--black-300: #98A1F1;
--black-400: #626FEA;
--black-500: #3546E3;
--black-600: #1B2CC5;
--black-700: #15239D;
--black-800: #0F1970;
--black-900: #0A1048;
--black-950: #060A2D;
}