Black
#061D2D
BlueColor Codes
All color formats for development
HEX
#061D2DRGB
rgb(6, 29, 45)HSL
hsl(205, 76%, 10%)OKLCH
oklch(0.222 0.043 242.1)CMYK
cmyk(87%, 36%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061A28
2#051724
3#04141F
4#04111B
5#030E16
6#020B12
7#02090D
8#010609
9#010304
Tints
Lighter variations
1#0C3755
2#11507E
3#176AA6
4#1C84CE
5#359BE3
6#5DAFE9
7#86C3EE
8#AED7F4
9#D7EBF9
Tones
Muted variations
1#081C2B
2#0A1C29
3#0C1C27
4#0E1B25
5#101B23
6#121B21
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 | E0EF #E0EFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E2 #C5E2F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98CC #98CCF1 | BordersInactive statesPlaceholder text |
| 400 | 62B1 #62B1EA | Disabled statesSecondary iconsMuted text |
| 500 | 359B #359BE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B7E #1B7EC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1565 #15659D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F48 #0F4870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2E #0A2E48 | Primary textHigh emphasis contentDark headings |
| 950 | 061D #061D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F8FD;
--black-100: #E0EFFB;
--black-200: #C5E2F7;
--black-300: #98CCF1;
--black-400: #62B1EA;
--black-500: #359BE3;
--black-600: #1B7EC5;
--black-700: #15659D;
--black-800: #0F4870;
--black-900: #0A2E48;
--black-950: #061D2D;
}