Charcoal
#113641
CyanColor Codes
All color formats for development
HEX
#113641RGB
rgb(17, 54, 65)HSL
hsl(194, 59%, 16%)OKLCH
oklch(0.312 0.046 220.8)CMYK
cmyk(74%, 17%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F303A
2#0D2B34
3#0C262D
4#0A2027
5#081B20
6#07151A
7#051013
8#030B0D
9#020506
Tints
Lighter variations
1#1A5263
2#226E85
3#2B8AA7
4#34A6C9
5#55B6D3
6#77C4DC
7#99D3E5
8#BBE2ED
9#DDF0F6
Tones
Muted variations
1#13343E
2#16333C
3#18323A
4#1A3137
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 | CAE8 #CAE8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D7 #A2D7E7 | BordersInactive statesPlaceholder text |
| 400 | 71C2 #71C2DA | Disabled statesSecondary iconsMuted text |
| 500 | 49B0 #49B0D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E94 #2E94B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2575 #25758E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A54 #1A5465 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1136 #113641 | Primary textHigh emphasis contentDark headings |
| 950 | 0A22 #0A2229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E3F3F8;
--charcoal-200: #CAE8F1;
--charcoal-300: #A2D7E7;
--charcoal-400: #71C2DA;
--charcoal-500: #49B0D0;
--charcoal-600: #2E94B2;
--charcoal-700: #25758E;
--charcoal-800: #1A5465;
--charcoal-900: #113641;
--charcoal-950: #0A2229;
}