Charcoal
#185068
BlueColor Codes
All color formats for development
HEX
#185068RGB
rgb(24, 80, 104)HSL
hsl(198, 63%, 25%)OKLCH
oklch(0.407 0.069 230.6)CMYK
cmyk(77%, 23%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15485E
2#134053
3#113849
4#0E303E
5#0C2834
6#09202A
7#07181F
8#051015
9#02080A
Tints
Lighter variations
1#1F6887
2#2680A6
3#2D98C5
4#44A9D5
5#63B7DC
6#82C6E3
7#A1D4EA
8#C1E2F1
9#E0F1F8
Tones
Muted variations
1#1C4E64
2#204D60
3#244B5C
4#284958
5#2C4854
6#304650
7#34454C
8#384348
9#3C4144
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E6 #C9E6F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD3 #9FD3E9 | BordersInactive statesPlaceholder text |
| 400 | 6EBC #6EBCDE | Disabled statesSecondary iconsMuted text |
| 500 | 44A9 #44A9D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A8C #2A8CB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2170 #217091 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1850 #185068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F33 #0F3343 | Primary textHigh emphasis contentDark headings |
| 950 | 0920 #09202A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FC;
--charcoal-100: #E2F2F8;
--charcoal-200: #C9E6F3;
--charcoal-300: #9FD3E9;
--charcoal-400: #6EBCDE;
--charcoal-500: #44A9D5;
--charcoal-600: #2A8CB7;
--charcoal-700: #217091;
--charcoal-800: #185068;
--charcoal-900: #0F3343;
--charcoal-950: #09202A;
}