Charcoal
#1D5D63
CyanColor Codes
All color formats for development
HEX
#1D5D63RGB
rgb(29, 93, 99)HSL
hsl(185, 55%, 25%)OKLCH
oklch(0.441 0.064 204)CMYK
cmyk(71%, 6%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A5459
2#174A4F
3#144145
4#11383B
5#0E2E31
6#0B2528
7#091C1E
8#061314
9#03090A
Tints
Lighter variations
1#257980
2#2E959E
3#37B1BC
4#4DC1CB
5#6BCBD4
6#88D6DD
7#A6E0E5
8#C4EAEE
9#E1F5F6
Tones
Muted variations
1#205A5F
2#24575C
3#275458
4#2B5155
5#2E4E51
6#324B4E
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 | E3F5 #E3F5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCED #CCEDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DF #A4DFE5 | BordersInactive statesPlaceholder text |
| 400 | 75CF #75CFD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DC1 #4DC1CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32A4 #32A4AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2882 #28828A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D5D #1D5D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123C #123C3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B25 #0B2528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E3F5F7;
--charcoal-200: #CCEDF0;
--charcoal-300: #A4DFE5;
--charcoal-400: #75CFD7;
--charcoal-500: #4DC1CB;
--charcoal-600: #32A4AE;
--charcoal-700: #28828A;
--charcoal-800: #1D5D63;
--charcoal-900: #123C3F;
--charcoal-950: #0B2528;
}