Charcoal
#185C68
CyanColor Codes
All color formats for development
HEX
#185C68RGB
rgb(24, 92, 104)HSL
hsl(189, 63%, 25%)OKLCH
oklch(0.439 0.068 212)CMYK
cmyk(77%, 12%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15535E
2#134953
3#114049
4#0E373E
5#0C2E34
6#09252A
7#071C1F
8#051215
9#02090A
Tints
Lighter variations
1#1F7787
2#2693A6
3#2DAFC5
4#44BFD5
5#63CADC
6#82D4E3
7#A1DFEA
8#C1EAF1
9#E0F4F8
Tones
Muted variations
1#1C5964
2#205660
3#24535C
4#285158
5#2C4E54
6#304B50
7#34484C
8#384548
9#3C4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EC #C9ECF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDE #9FDEE9 | BordersInactive statesPlaceholder text |
| 400 | 6ECD #6ECDDE | Disabled statesSecondary iconsMuted text |
| 500 | 44BF #44BFD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AA2 #2AA2B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2181 #218191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 185C #185C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3B #0F3B43 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E2F5F8;
--charcoal-200: #C9ECF3;
--charcoal-300: #9FDEE9;
--charcoal-400: #6ECDDE;
--charcoal-500: #44BFD5;
--charcoal-600: #2AA2B7;
--charcoal-700: #218191;
--charcoal-800: #185C68;
--charcoal-900: #0F3B43;
--charcoal-950: #09252A;
}