Charcoal
#22515D
CyanColor Codes
All color formats for development
HEX
#22515DRGB
rgb(34, 81, 93)HSL
hsl(192, 46%, 25%)OKLCH
oklch(0.408 0.054 217)CMYK
cmyk(63%, 13%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F4954
2#1C414A
3#183941
4#153138
5#11292F
6#0E2125
7#0A181C
8#071013
9#030809
Tints
Lighter variations
1#2D6A79
2#378295
3#419BB1
4#57ACC1
5#73BACB
6#8FC8D6
7#ABD5E0
8#C7E3EA
9#E3F1F5
Tones
Muted variations
1#25505A
2#284E57
3#2B4C54
4#2E4A51
5#31494E
6#34474B
7#374549
8#3A4346
9#3D4243
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE7 #CFE7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D5 #A9D5DF | BordersInactive statesPlaceholder text |
| 400 | 7DBE #7DBECF | Disabled statesSecondary iconsMuted text |
| 500 | 57AC #57ACC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D8F #3D8FA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3072 #307282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2251 #22515D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1634 #16343C | Primary textHigh emphasis contentDark headings |
| 950 | 0E21 #0E2125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FB;
--charcoal-100: #E5F2F5;
--charcoal-200: #CFE7ED;
--charcoal-300: #A9D5DF;
--charcoal-400: #7DBECF;
--charcoal-500: #57ACC1;
--charcoal-600: #3D8FA4;
--charcoal-700: #307282;
--charcoal-800: #22515D;
--charcoal-900: #16343C;
--charcoal-950: #0E2125;
}