Charcoal
#1D635F
CyanColor Codes
All color formats for development
HEX
#1D635FRGB
rgb(29, 99, 95)HSL
hsl(177, 55%, 25%)OKLCH
oklch(0.456 0.068 189.6)CMYK
cmyk(71%, 0%, 4%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A5956
2#174F4C
3#144543
4#113B39
5#0E3130
6#0B2826
7#091E1D
8#061413
9#030A0A
Tints
Lighter variations
1#25807C
2#2E9E98
3#37BCB5
4#4DCBC5
5#6BD4CF
6#88DDD8
7#A6E5E2
8#C4EEEC
9#E1F6F5
Tones
Muted variations
1#205F5C
2#245C59
3#275856
4#2B5553
5#2E5150
6#324E4C
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 | CCF0 #CCF0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E1 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7D2 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBC5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AEA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D635F | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F3D | 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: #CCF0EE;
--charcoal-300: #A4E5E1;
--charcoal-400: #75D7D2;
--charcoal-500: #4DCBC5;
--charcoal-600: #32AEA8;
--charcoal-700: #288A85;
--charcoal-800: #1D635F;
--charcoal-900: #123F3D;
--charcoal-950: #0B2826;
}