Charcoal
#1D5C63
CyanColor Codes
All color formats for development
HEX
#1D5C63RGB
rgb(29, 92, 99)HSL
hsl(186, 55%, 25%)OKLCH
oklch(0.438 0.063 205.6)CMYK
cmyk(71%, 7%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A5359
2#17494F
3#144045
4#11373B
5#0E2E31
6#0B2528
7#091C1E
8#061214
9#03090A
Tints
Lighter variations
1#257780
2#2E939E
3#37AEBC
4#4DBFCB
5#6BC9D4
6#88D4DD
7#A6DFE5
8#C4EAEE
9#E1F4F6
Tones
Muted variations
1#20595F
2#24565C
3#275358
4#2B5155
5#2E4E51
6#324B4E
7#35484A
8#394547
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 | CCEC #CCECF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DE #A4DEE5 | BordersInactive statesPlaceholder text |
| 400 | 75CD #75CDD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DBF #4DBFCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32A2 #32A2AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2881 #28818A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D5C #1D5C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123B #123B3F | 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: #CCECF0;
--charcoal-300: #A4DEE5;
--charcoal-400: #75CDD7;
--charcoal-500: #4DBFCB;
--charcoal-600: #32A2AE;
--charcoal-700: #28818A;
--charcoal-800: #1D5C63;
--charcoal-900: #123B3F;
--charcoal-950: #0B2528;
}