Charcoal
#22545D
CyanColor Codes
All color formats for development
HEX
#22545DRGB
rgb(34, 84, 93)HSL
hsl(189, 46%, 25%)OKLCH
oklch(0.416 0.055 211.1)CMYK
cmyk(63%, 10%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F4C54
2#1C434A
3#183B41
4#153338
5#112A2F
6#0E2225
7#0A191C
8#071113
9#030809
Tints
Lighter variations
1#2D6E79
2#378795
3#41A0B1
4#57B1C1
5#73BECB
6#8FCBD6
7#ABD8E0
8#C7E5EA
9#E3F2F5
Tones
Muted variations
1#25525A
2#285057
3#2B4E54
4#2E4C51
5#314A4E
6#34484B
7#374649
8#3A4446
9#3D4243
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE9 #CFE9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D7 #A9D7DF | BordersInactive statesPlaceholder text |
| 400 | 7DC2 #7DC2CF | Disabled statesSecondary iconsMuted text |
| 500 | 57B1 #57B1C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D94 #3D94A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3076 #307682 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2254 #22545D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1636 #16363C | Primary textHigh emphasis contentDark headings |
| 950 | 0E22 #0E2225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E5F3F5;
--charcoal-200: #CFE9ED;
--charcoal-300: #A9D7DF;
--charcoal-400: #7DC2CF;
--charcoal-500: #57B1C1;
--charcoal-600: #3D94A4;
--charcoal-700: #307682;
--charcoal-800: #22545D;
--charcoal-900: #16363C;
--charcoal-950: #0E2225;
}