Charcoal
#195767
CyanColor Codes
All color formats for development
HEX
#195767RGB
rgb(25, 87, 103)HSL
hsl(192, 61%, 25%)OKLCH
oklch(0.425 0.066 218.7)CMYK
cmyk(76%, 16%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#164E5C
2#144652
3#113D48
4#0F343E
5#0C2C33
6#0A2329
7#071A1F
8#051115
9#02090A
Tints
Lighter variations
1#207185
2#288BA4
3#2FA5C3
4#46B6D2
5#65C2DA
6#84CEE1
7#A3DBE9
8#C1E7F0
9#E0F3F8
Tones
Muted variations
1#1D5563
2#21525F
3#25505B
4#284E57
5#2C4B53
6#30494F
7#34474B
8#384448
9#3C4244
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEA #CAEAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DA #A1DAE8 | BordersInactive statesPlaceholder text |
| 400 | 6FC6 #6FC6DC | Disabled statesSecondary iconsMuted text |
| 500 | 46B6 #46B6D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C99 #2C99B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 237A #237A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1957 #195767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1038 #103842 | Primary textHigh emphasis contentDark headings |
| 950 | 0A23 #0A2329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E2F4F8;
--charcoal-200: #CAEAF2;
--charcoal-300: #A1DAE8;
--charcoal-400: #6FC6DC;
--charcoal-500: #46B6D2;
--charcoal-600: #2C99B5;
--charcoal-700: #237A90;
--charcoal-800: #195767;
--charcoal-900: #103842;
--charcoal-950: #0A2329;
}