Black
#060F2D
BlueColor Codes
All color formats for development
HEX
#060F2DRGB
rgb(6, 15, 45)HSL
hsl(226, 76%, 10%)OKLCH
oklch(0.182 0.062 266.7)CMYK
cmyk(87%, 67%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060E28
2#050C24
3#040B1F
4#04091B
5#030816
6#020612
7#02050D
8#010309
9#010204
Tints
Lighter variations
1#0C1D55
2#112A7E
3#1738A6
4#1C46CE
5#355EE3
6#5D7EE9
7#869EEE
8#AEBEF4
9#D7DFF9
Tones
Muted variations
1#08102B
2#0A1129
3#0C1227
4#0E1325
5#101423
6#121521
7#14161F
8#16171D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E6 #E0E6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D0 #C5D0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98AD #98ADF1 | BordersInactive statesPlaceholder text |
| 400 | 6282 #6282EA | Disabled statesSecondary iconsMuted text |
| 500 | 355E #355EE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B43 #1B43C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1535 #15359D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F26 #0F2670 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A18 #0A1848 | Primary textHigh emphasis contentDark headings |
| 950 | 060F #060F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F4FD;
--black-100: #E0E6FB;
--black-200: #C5D0F7;
--black-300: #98ADF1;
--black-400: #6282EA;
--black-500: #355EE3;
--black-600: #1B43C5;
--black-700: #15359D;
--black-800: #0F2670;
--black-900: #0A1848;
--black-950: #060F2D;
}