Charcoal
#1C5E63
CyanColor Codes
All color formats for development
HEX
#1C5E63RGB
rgb(28, 94, 99)HSL
hsl(184, 56%, 25%)OKLCH
oklch(0.444 0.065 202.4)CMYK
cmyk(72%, 5%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19555A
2#164C50
3#144246
4#11393C
5#0E2F32
6#0B2628
7#081C1E
8#061314
9#03090A
Tints
Lighter variations
1#247B81
2#2D989F
3#35B4BD
4#4CC4CD
5#6ACED5
6#88D8DD
7#A5E1E6
8#C3EBEE
9#E1F5F7
Tones
Muted variations
1#205C60
2#23595C
3#275559
4#2A5255
5#2E4F52
6#314C4E
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 | CBEE #CBEEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E1 #A4E1E5 | BordersInactive statesPlaceholder text |
| 400 | 74D1 #74D1D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CC4 #4CC4CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31A7 #31A7AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2785 #27858B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C5F #1C5F63 | 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: #CBEEF0;
--charcoal-300: #A4E1E5;
--charcoal-400: #74D1D8;
--charcoal-500: #4CC4CD;
--charcoal-600: #31A7AF;
--charcoal-700: #27858B;
--charcoal-800: #1C5F63;
--charcoal-900: #123D40;
--charcoal-950: #0B2628;
}