Charcoal
#185D68
CyanColor Codes
All color formats for development
HEX
#185D68RGB
rgb(24, 93, 104)HSL
hsl(188, 63%, 25%)OKLCH
oklch(0.442 0.068 210.5)CMYK
cmyk(77%, 11%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15545E
2#134B53
3#114149
4#0E383E
5#0C2F34
6#09252A
7#071C1F
8#051315
9#02090A
Tints
Lighter variations
1#1F7987
2#2695A6
3#2DB1C5
4#44C1D5
5#63CCDC
6#82D6E3
7#A1E0EA
8#C1EAF1
9#E0F5F8
Tones
Muted variations
1#1C5A64
2#205760
3#24545C
4#285158
5#2C4E54
6#304C50
7#34494C
8#384648
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 | C9ED #C9EDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDF #9FDFE9 | BordersInactive statesPlaceholder text |
| 400 | 6ECF #6ECFDE | Disabled statesSecondary iconsMuted text |
| 500 | 44C1 #44C1D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AA4 #2AA4B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2182 #218291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 185D #185D68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3C #0F3C43 | 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: #C9EDF3;
--charcoal-300: #9FDFE9;
--charcoal-400: #6ECFDE;
--charcoal-500: #44C1D5;
--charcoal-600: #2AA4B7;
--charcoal-700: #218291;
--charcoal-800: #185D68;
--charcoal-900: #0F3C43;
--charcoal-950: #09252A;
}