Charcoal
#196167
CyanColor Codes
All color formats for development
HEX
#196167RGB
rgb(25, 97, 103)HSL
hsl(185, 61%, 25%)OKLCH
oklch(0.453 0.068 203.3)CMYK
cmyk(76%, 6%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16575C
2#144D52
3#114348
4#0F3A3E
5#0C3033
6#0A2629
7#071D1F
8#051315
9#020A0A
Tints
Lighter variations
1#207D85
2#289AA4
3#2FB7C3
4#46C7D2
5#65D0DA
6#84D9E1
7#A3E3E9
8#C1ECF0
9#E0F6F8
Tones
Muted variations
1#1D5D63
2#215A5F
3#25565B
4#285357
5#2C5053
6#304D4F
7#34494B
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 | CAEF #CAEFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E2 #A1E2E8 | BordersInactive statesPlaceholder text |
| 400 | 6FD3 #6FD3DC | Disabled statesSecondary iconsMuted text |
| 500 | 46C7 #46C7D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA9 #2CA9B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2387 #238790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1960 #196067 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103E #103E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A26 #0A2629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E2F6F8;
--charcoal-200: #CAEFF2;
--charcoal-300: #A1E2E8;
--charcoal-400: #6FD3DC;
--charcoal-500: #46C7D2;
--charcoal-600: #2CA9B5;
--charcoal-700: #238790;
--charcoal-800: #196067;
--charcoal-900: #103E42;
--charcoal-950: #0A2629;
}