Charcoal
#185F68
CyanColor Codes
All color formats for development
HEX
#185F68RGB
rgb(24, 95, 104)HSL
hsl(187, 63%, 25%)OKLCH
oklch(0.447 0.068 207.5)CMYK
cmyk(77%, 9%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15555E
2#134C53
3#114249
4#0E393E
5#0C2F34
6#09262A
7#071C1F
8#051315
9#02090A
Tints
Lighter variations
1#1F7B87
2#2697A6
3#2DB4C5
4#44C4D5
5#63CEDC
6#82D7E3
7#A1E1EA
8#C1EBF1
9#E0F5F8
Tones
Muted variations
1#1C5B64
2#205860
3#24555C
4#285258
5#2C4F54
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 | E2F6 #E2F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EE #C9EEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE1 #9FE1E9 | BordersInactive statesPlaceholder text |
| 400 | 6ED1 #6ED1DE | Disabled statesSecondary iconsMuted text |
| 500 | 44C4 #44C4D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AA6 #2AA6B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2184 #218491 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 185F #185F68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3D #0F3D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0926 #09262A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E2F6F8;
--charcoal-200: #C9EEF3;
--charcoal-300: #9FE1E9;
--charcoal-400: #6ED1DE;
--charcoal-500: #44C4D5;
--charcoal-600: #2AA6B7;
--charcoal-700: #218491;
--charcoal-800: #185F68;
--charcoal-900: #0F3D43;
--charcoal-950: #09262A;
}