Charcoal
#1C635E
CyanColor Codes
All color formats for development
HEX
#1C635ERGB
rgb(28, 99, 94)HSL
hsl(176, 56%, 25%)OKLCH
oklch(0.455 0.069 188.3)CMYK
cmyk(72%, 0%, 5%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A55
2#16504C
3#144642
4#113C39
5#0E322F
6#0B2826
7#081E1C
8#061413
9#030A09
Tints
Lighter variations
1#24817B
2#2D9F98
3#35BDB4
4#4CCDC4
5#6AD5CE
6#88DDD8
7#A5E6E1
8#C3EEEB
9#E1F7F5
Tones
Muted variations
1#20605C
2#235C59
3#275955
4#2A5552
5#2E524F
6#314E4C
7#354A49
8#394746
9#3C4343
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E1 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8D1 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C635F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFB;
--charcoal-100: #E3F7F6;
--charcoal-200: #CBF0EE;
--charcoal-300: #A4E5E1;
--charcoal-400: #74D8D1;
--charcoal-500: #4CCDC4;
--charcoal-600: #31AFA7;
--charcoal-700: #278B85;
--charcoal-800: #1C635F;
--charcoal-900: #12403D;
--charcoal-950: #0B2826;
}