Black
#061B2D
BlueColor Codes
All color formats for development
HEX
#061B2DRGB
rgb(6, 27, 45)HSL
hsl(208, 76%, 10%)OKLCH
oklch(0.216 0.045 247)CMYK
cmyk(87%, 40%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061828
2#051524
3#04131F
4#04101B
5#030D16
6#020B12
7#02080D
8#010509
9#010304
Tints
Lighter variations
1#0C3355
2#114B7E
3#1763A6
4#1C7BCE
5#3592E3
6#5DA8E9
7#86BEEE
8#AED3F4
9#D7E9F9
Tones
Muted variations
1#081B2B
2#0A1B29
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 | C5E0 #C5E0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C7 #98C7F1 | BordersInactive statesPlaceholder text |
| 400 | 62AA #62AAEA | Disabled statesSecondary iconsMuted text |
| 500 | 3592 #3592E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B76 #1B76C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 155E #155E9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F43 #0F4370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2B #0A2B48 | Primary textHigh emphasis contentDark headings |
| 950 | 061B #061B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F8FD;
--black-100: #E0EEFB;
--black-200: #C5E0F7;
--black-300: #98C7F1;
--black-400: #62AAEA;
--black-500: #3592E3;
--black-600: #1B76C5;
--black-700: #155E9D;
--black-800: #0F4370;
--black-900: #0A2B48;
--black-950: #061B2D;
}