Black
#061C2D
BlueColor Codes
All color formats for development
HEX
#061C2DRGB
rgb(6, 28, 45)HSL
hsl(206, 76%, 10%)OKLCH
oklch(0.219 0.044 244.6)CMYK
cmyk(87%, 38%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061928
2#051624
3#04141F
4#04111B
5#030E16
6#020B12
7#02080D
8#010609
9#010304
Tints
Lighter variations
1#0C3555
2#114F7E
3#1768A6
4#1C81CE
5#3598E3
6#5DADE9
7#86C1EE
8#AED6F4
9#D7EAF9
Tones
Muted variations
1#081C2B
2#0A1C29
3#0C1B27
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 | C5E1 #C5E1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98CA #98CAF1 | BordersInactive statesPlaceholder text |
| 400 | 62AF #62AFEA | Disabled statesSecondary iconsMuted text |
| 500 | 3598 #3598E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B7C #1B7CC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1562 #15629D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F46 #0F4670 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2D #0A2D48 | Primary textHigh emphasis contentDark headings |
| 950 | 061C #061C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F8FD;
--black-100: #E0EFFB;
--black-200: #C5E1F7;
--black-300: #98CAF1;
--black-400: #62AFEA;
--black-500: #3598E3;
--black-600: #1B7CC5;
--black-700: #15629D;
--black-800: #0F4670;
--black-900: #0A2D48;
--black-950: #061C2D;
}