Charcoal
#205260
CyanColor Codes
All color formats for development
HEX
#205260RGB
rgb(32, 82, 96)HSL
hsl(193, 50%, 25%)OKLCH
oklch(0.411 0.058 219.2)CMYK
cmyk(67%, 15%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D4A56
2#19414D
3#163943
4#133139
5#102930
6#0D2126
7#0A191D
8#061013
9#03080A
Tints
Lighter variations
1#296A7C
2#338399
3#3D9BB6
4#53ADC6
5#70BACF
6#8CC8D9
7#A9D6E2
8#C6E4EC
9#E2F1F5
Tones
Muted variations
1#23505C
2#264E59
3#294C56
4#2D4B53
5#304950
6#33474D
7#364549
8#394346
9#3D4243
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE7 #CDE7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7D5 #A7D5E2 | BordersInactive statesPlaceholder text |
| 400 | 79BF #79BFD2 | Disabled statesSecondary iconsMuted text |
| 500 | 53AD #53ADC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3890 #3890A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D73 #2D7386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2052 #205260 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1434 #14343D | Primary textHigh emphasis contentDark headings |
| 950 | 0D21 #0D2126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E4F2F6;
--charcoal-200: #CDE7EE;
--charcoal-300: #A7D5E2;
--charcoal-400: #79BFD2;
--charcoal-500: #53ADC6;
--charcoal-600: #3890A8;
--charcoal-700: #2D7386;
--charcoal-800: #205260;
--charcoal-900: #14343D;
--charcoal-950: #0D2126;
}