Black
#061A2D
BlueColor Codes
All color formats for development
HEX
#061A2DRGB
rgb(6, 26, 45)HSL
hsl(209, 76%, 10%)OKLCH
oklch(0.213 0.046 249.3)CMYK
cmyk(87%, 42%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061828
2#051524
3#04121F
4#04101B
5#030D16
6#020A12
7#02080D
8#010509
9#010304
Tints
Lighter variations
1#0C3255
2#11497E
3#1761A6
4#1C78CE
5#358FE3
6#5DA6E9
7#86BCEE
8#AED2F4
9#D7E9F9
Tones
Muted variations
1#081A2B
2#0A1A29
3#0C1A27
4#0E1A25
5#101A23
6#121A21
7#141A1F
8#161A1D
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EE #E0EEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DF #C5DFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C6 #98C6F1 | BordersInactive statesPlaceholder text |
| 400 | 62A8 #62A8EA | Disabled statesSecondary iconsMuted text |
| 500 | 358F #358FE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B73 #1B73C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 155C #155C9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F41 #0F4170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2A #0A2A48 | Primary textHigh emphasis contentDark headings |
| 950 | 061A #061A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F8FD;
--black-100: #E0EEFB;
--black-200: #C5DFF7;
--black-300: #98C6F1;
--black-400: #62A8EA;
--black-500: #358FE3;
--black-600: #1B73C5;
--black-700: #155C9D;
--black-800: #0F4170;
--black-900: #0A2A48;
--black-950: #061A2D;
}