Charcoal
#113640
CyanColor Codes
All color formats for development
HEX
#113640RGB
rgb(17, 54, 64)HSL
hsl(193, 58%, 16%)OKLCH
oklch(0.311 0.045 218.8)CMYK
cmyk(73%, 16%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F313A
2#0E2B34
3#0C262D
4#0A2127
5#091B20
6#07161A
7#051013
8#030B0D
9#020506
Tints
Lighter variations
1#1A5362
2#236F84
3#2C8CA6
4#35A8C8
5#56B7D2
6#78C5DB
7#99D4E4
8#BBE2ED
9#DDF1F6
Tones
Muted variations
1#14353E
2#16343C
3#183239
4#1B3137
5#1D3035
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 | CBE9 #CBE9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D8 #A2D8E6 | BordersInactive statesPlaceholder text |
| 400 | 72C3 #72C3DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB2 #4AB2CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F95 #2F95B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2577 #25778D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B55 #1B5565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1136 #113640 | Primary textHigh emphasis contentDark headings |
| 950 | 0B22 #0B2228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E3F3F8;
--charcoal-200: #CBE9F1;
--charcoal-300: #A2D8E6;
--charcoal-400: #72C3DA;
--charcoal-500: #4AB2CF;
--charcoal-600: #2F95B1;
--charcoal-700: #25778D;
--charcoal-800: #1B5565;
--charcoal-900: #113640;
--charcoal-950: #0B2228;
}