Charcoal
#185968
CyanColor Codes
All color formats for development
HEX
#185968RGB
rgb(24, 89, 104)HSL
hsl(191, 63%, 25%)OKLCH
oklch(0.431 0.067 216.7)CMYK
cmyk(77%, 14%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15505E
2#134753
3#113E49
4#0E363E
5#0C2D34
6#09242A
7#071B1F
8#051215
9#02090A
Tints
Lighter variations
1#1F7487
2#268FA6
3#2DA9C5
4#44BAD5
5#63C6DC
6#82D1E3
7#A1DDEA
8#C1E8F1
9#E0F4F8
Tones
Muted variations
1#1C5764
2#205460
3#24525C
4#284F58
5#2C4C54
6#304A50
7#34474C
8#384548
9#3C4244
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EB #C9EBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDC #9FDCE9 | BordersInactive statesPlaceholder text |
| 400 | 6EC9 #6EC9DE | Disabled statesSecondary iconsMuted text |
| 500 | 44BA #44BAD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A9D #2A9DB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 217D #217D91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1859 #185968 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F39 #0F3943 | Primary textHigh emphasis contentDark headings |
| 950 | 0924 #09242A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E2F4F8;
--charcoal-200: #C9EBF3;
--charcoal-300: #9FDCE9;
--charcoal-400: #6EC9DE;
--charcoal-500: #44BAD5;
--charcoal-600: #2A9DB7;
--charcoal-700: #217D91;
--charcoal-800: #185968;
--charcoal-900: #0F3943;
--charcoal-950: #09242A;
}