Charcoal
#113540
CyanColor Codes
All color formats for development
HEX
#113540RGB
rgb(17, 53, 64)HSL
hsl(194, 58%, 16%)OKLCH
oklch(0.308 0.045 221.4)CMYK
cmyk(73%, 17%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F303A
2#0E2B34
3#0C252D
4#0A2027
5#091B20
6#07151A
7#051013
8#030B0D
9#020506
Tints
Lighter variations
1#1A5162
2#236E84
3#2C8AA6
4#35A6C8
5#56B5D2
6#78C4DB
7#99D3E4
8#BBE1ED
9#DDF0F6
Tones
Muted variations
1#14343E
2#16333C
3#183239
4#1B3037
5#1D2F35
6#1F2E32
7#222D30
8#242B2E
9#262A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE8 #CBE8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D6 #A2D6E6 | BordersInactive statesPlaceholder text |
| 400 | 72C1 #72C1DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB0 #4AB0CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F93 #2F93B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2575 #25758D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B53 #1B5365 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1135 #113540 | Primary textHigh emphasis contentDark headings |
| 950 | 0B21 #0B2128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E3F3F8;
--charcoal-200: #CBE8F1;
--charcoal-300: #A2D6E6;
--charcoal-400: #72C1DA;
--charcoal-500: #4AB0CF;
--charcoal-600: #2F93B1;
--charcoal-700: #25758D;
--charcoal-800: #1B5365;
--charcoal-900: #113540;
--charcoal-950: #0B2128;
}