Charcoal
#113941
CyanColor Codes
All color formats for development
HEX
#113941RGB
rgb(17, 57, 65)HSL
hsl(190, 59%, 16%)OKLCH
oklch(0.321 0.046 213.3)CMYK
cmyk(74%, 12%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F333A
2#0D2D34
3#0C282D
4#0A2227
5#081C20
6#07171A
7#051113
8#030B0D
9#020606
Tints
Lighter variations
1#1A5763
2#227585
3#2B92A7
4#34B0C9
5#55BED3
6#77CBDC
7#99D8E5
8#BBE5ED
9#DDF2F6
Tones
Muted variations
1#13373E
2#16363C
3#18343A
4#1A3237
5#1D3135
6#1F2F32
7#222E30
8#242C2E
9#262A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEB #CAEBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DB #A2DBE7 | BordersInactive statesPlaceholder text |
| 400 | 71C9 #71C9DA | Disabled statesSecondary iconsMuted text |
| 500 | 49B9 #49B9D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E9C #2E9CB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257C #257C8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A59 #1A5965 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1139 #113941 | Primary textHigh emphasis contentDark headings |
| 950 | 0A24 #0A2429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E3F4F8;
--charcoal-200: #CAEBF1;
--charcoal-300: #A2DBE7;
--charcoal-400: #71C9DA;
--charcoal-500: #49B9D0;
--charcoal-600: #2E9CB2;
--charcoal-700: #257C8E;
--charcoal-800: #1A5965;
--charcoal-900: #113941;
--charcoal-950: #0A2429;
}