Charcoal
#1A6555
CyanColor Codes
All color formats for development
HEX
#1A6555RGB
rgb(26, 101, 85)HSL
hsl(167, 59%, 25%)OKLCH
oklch(0.457 0.076 175.2)CMYK
cmyk(74%, 0%, 16%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B4D
2#155144
3#12473C
4#103D33
5#0D332B
6#0A2922
7#081E1A
8#051411
9#030A09
Tints
Lighter variations
1#22846F
2#2AA288
3#32C1A2
4#49D0B3
5#67D8BF
6#85E0CC
7#A4E7D9
8#C2EFE6
9#E1F7F2
Tones
Muted variations
1#1E6253
2#225E51
3#255A4F
4#29564D
5#2D534A
6#314F48
7#344B46
8#384744
9#3C4442
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7D8 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAC4 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB296 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114136 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2922 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFA;
--charcoal-100: #E3F8F3;
--charcoal-200: #CAF1E9;
--charcoal-300: #A2E7D8;
--charcoal-400: #71DAC4;
--charcoal-500: #49D0B3;
--charcoal-600: #2EB296;
--charcoal-700: #258E77;
--charcoal-800: #1A6555;
--charcoal-900: #114136;
--charcoal-950: #0A2922;
}