Charcoal
#195667
CyanColor Codes
All color formats for development
HEX
#195667RGB
rgb(25, 86, 103)HSL
hsl(193, 61%, 25%)OKLCH
oklch(0.423 0.066 220.3)CMYK
cmyk(76%, 17%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#164D5C
2#144552
3#113C48
4#0F333E
5#0C2B33
6#0A2229
7#071A1F
8#051115
9#02090A
Tints
Lighter variations
1#207085
2#2889A4
3#2FA3C3
4#46B4D2
5#65C0DA
6#84CDE1
7#A3D9E9
8#C1E6F0
9#E0F2F8
Tones
Muted variations
1#1D5463
2#21515F
3#254F5B
4#284D57
5#2C4B53
6#30494F
7#34464B
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 | E2F3 #E2F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE9 #CAE9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D9 #A1D9E8 | BordersInactive statesPlaceholder text |
| 400 | 6FC5 #6FC5DC | Disabled statesSecondary iconsMuted text |
| 500 | 46B4 #46B4D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C97 #2C97B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2378 #237890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1956 #195667 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1037 #103742 | Primary textHigh emphasis contentDark headings |
| 950 | 0A22 #0A2229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E2F3F8;
--charcoal-200: #CAE9F2;
--charcoal-300: #A1D9E8;
--charcoal-400: #6FC5DC;
--charcoal-500: #46B4D2;
--charcoal-600: #2C97B5;
--charcoal-700: #237890;
--charcoal-800: #195667;
--charcoal-900: #103742;
--charcoal-950: #0A2229;
}