Charcoal
#195C67
CyanColor Codes
All color formats for development
HEX
#195C67RGB
rgb(25, 92, 103)HSL
hsl(188, 61%, 25%)OKLCH
oklch(0.439 0.067 210.8)CMYK
cmyk(76%, 11%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16535C
2#144A52
3#114148
4#0F373E
5#0C2E33
6#0A2529
7#071C1F
8#051215
9#02090A
Tints
Lighter variations
1#207885
2#2894A4
3#2FAFC3
4#46C0D2
5#65CADA
6#84D5E1
7#A3DFE9
8#C1EAF0
9#E0F4F8
Tones
Muted variations
1#1D5963
2#21575F
3#25545B
4#285157
5#2C4E53
6#304B4F
7#34484B
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 | CAED #CAEDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DF #A1DFE8 | BordersInactive statesPlaceholder text |
| 400 | 6FCE #6FCEDC | Disabled statesSecondary iconsMuted text |
| 500 | 46C0 #46C0D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA2 #2CA2B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2381 #238190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195C #195C67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103B #103B42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A25 #0A2529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E2F5F8;
--charcoal-200: #CAEDF2;
--charcoal-300: #A1DFE8;
--charcoal-400: #6FCEDC;
--charcoal-500: #46C0D2;
--charcoal-600: #2CA2B5;
--charcoal-700: #238190;
--charcoal-800: #195C67;
--charcoal-900: #103B42;
--charcoal-950: #0A2529;
}