Charcoal
#1B645D
CyanColor Codes
All color formats for development
HEX
#1B645DRGB
rgb(27, 100, 93)HSL
hsl(174, 57%, 25%)OKLCH
oklch(0.458 0.071 185.8)CMYK
cmyk(73%, 0%, 7%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A54
2#16504A
3#134641
4#103C38
5#0E322E
6#0B2825
7#081E1C
8#051413
9#030A09
Tints
Lighter variations
1#248279
2#2CA095
3#34BEB0
4#4BCEC1
5#69D6CB
6#87DED5
7#A5E6E0
8#C3EFEA
9#E1F7F5
Tones
Muted variations
1#1F605A
2#235D57
3#265954
4#2A5651
5#2E524E
6#314E4B
7#354B48
8#384746
9#3C4343
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6DF | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9CE | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B0A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B645D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFB;
--charcoal-100: #E3F7F5;
--charcoal-200: #CBF1ED;
--charcoal-300: #A3E6DF;
--charcoal-400: #73D9CE;
--charcoal-500: #4BCEC1;
--charcoal-600: #30B0A3;
--charcoal-700: #268C82;
--charcoal-800: #1B645D;
--charcoal-900: #12403B;
--charcoal-950: #0B2825;
}