Charcoal
#1B6553
CyanColor Codes
All color formats for development
HEX
#1B6553RGB
rgb(27, 101, 83)HSL
hsl(165, 58%, 25%)OKLCH
oklch(0.457 0.077 173)CMYK
cmyk(73%, 0%, 18%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B4A
2#155142
3#13473A
4#103C31
5#0D3229
6#0B2821
7#081E19
8#051410
9#030A08
Tints
Lighter variations
1#23836B
2#2BA184
3#33BF9C
4#4ACFAE
5#68D7BB
6#86DFC9
7#A4E7D6
8#C3EFE4
9#E1F7F1
Tones
Muted variations
1#1E6150
2#225D4F
3#265A4D
4#2A564B
5#2D5249
6#314F47
7#354B45
8#384743
9#3C4342
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6D5 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAC0 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB191 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6552 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114035 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2821 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFA;
--charcoal-100: #E3F8F2;
--charcoal-200: #CBF1E7;
--charcoal-300: #A2E6D5;
--charcoal-400: #72DAC0;
--charcoal-500: #4ACFAE;
--charcoal-600: #2FB191;
--charcoal-700: #258D73;
--charcoal-800: #1B6552;
--charcoal-900: #114035;
--charcoal-950: #0B2821;
}