Charcoal
#1C5F63
CyanColor Codes
All color formats for development
HEX
#1C5F63RGB
rgb(28, 95, 99)HSL
hsl(183, 56%, 25%)OKLCH
oklch(0.446 0.065 200.8)CMYK
cmyk(72%, 4%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19565A
2#164D50
3#144346
4#113A3C
5#0E3032
6#0B2628
7#081D1E
8#061314
9#030A0A
Tints
Lighter variations
1#247D81
2#2D999F
3#35B6BD
4#4CC6CD
5#6AD0D5
6#88D9DD
7#A5E3E6
8#C3ECEE
9#E1F6F7
Tones
Muted variations
1#205D60
2#23595C
3#275659
4#2A5355
5#2E5052
6#314D4E
7#35494A
8#394647
9#3C4343
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F6 #E3F6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEF #CBEFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E2 #A4E2E5 | BordersInactive statesPlaceholder text |
| 400 | 74D3 #74D3D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CC6 #4CC6CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31A9 #31A9AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2786 #27868B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C60 #1C6063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123D #123D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B26 #0B2628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E3F6F7;
--charcoal-200: #CBEFF0;
--charcoal-300: #A4E2E5;
--charcoal-400: #74D3D8;
--charcoal-500: #4CC6CD;
--charcoal-600: #31A9AF;
--charcoal-700: #27868B;
--charcoal-800: #1C6063;
--charcoal-900: #123D40;
--charcoal-950: #0B2628;
}