Charcoal
#22525D
CyanColor Codes
All color formats for development
HEX
#22525DRGB
rgb(34, 82, 93)HSL
hsl(191, 46%, 25%)OKLCH
oklch(0.41 0.055 215.1)CMYK
cmyk(63%, 12%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F4A54
2#1C424A
3#183A41
4#153138
5#11292F
6#0E2125
7#0A191C
8#071013
9#030809
Tints
Lighter variations
1#2D6B79
2#378495
3#419CB1
4#57AEC1
5#73BBCB
6#8FC9D6
7#ABD6E0
8#C7E4EA
9#E3F1F5
Tones
Muted variations
1#25505A
2#284F57
3#2B4D54
4#2E4B51
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 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE8 #CFE8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D5 #A9D5DF | BordersInactive statesPlaceholder text |
| 400 | 7DC0 #7DC0CF | Disabled statesSecondary iconsMuted text |
| 500 | 57AE #57AEC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D91 #3D91A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3073 #307382 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2252 #22525D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1635 #16353C | 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: #F4FAFB;
--charcoal-100: #E5F2F5;
--charcoal-200: #CFE8ED;
--charcoal-300: #A9D5DF;
--charcoal-400: #7DC0CF;
--charcoal-500: #57AEC1;
--charcoal-600: #3D91A4;
--charcoal-700: #307382;
--charcoal-800: #22525D;
--charcoal-900: #16353C;
--charcoal-950: #0E2125;
}