Charcoal
#113840
CyanColor Codes
All color formats for development
HEX
#113840RGB
rgb(17, 56, 64)HSL
hsl(190, 58%, 16%)OKLCH
oklch(0.317 0.045 213.7)CMYK
cmyk(73%, 13%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F333A
2#0E2D34
3#0C282D
4#0A2227
5#091C20
6#07171A
7#051113
8#030B0D
9#020606
Tints
Lighter variations
1#1A5662
2#237484
3#2C92A6
4#35AFC8
5#56BDD2
6#78CADB
7#99D8E4
8#BBE5ED
9#DDF2F6
Tones
Muted variations
1#14373E
2#16353C
3#183439
4#1B3237
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 | CBEB #CBEBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DB #A2DBE6 | BordersInactive statesPlaceholder text |
| 400 | 72C8 #72C8DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB9 #4AB9CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F9C #2F9CB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257C #257C8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B58 #1B5865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1139 #113940 | Primary textHigh emphasis contentDark headings |
| 950 | 0B23 #0B2328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E3F4F8;
--charcoal-200: #CBEBF1;
--charcoal-300: #A2DBE6;
--charcoal-400: #72C8DA;
--charcoal-500: #4AB9CF;
--charcoal-600: #2F9CB1;
--charcoal-700: #257C8D;
--charcoal-800: #1B5865;
--charcoal-900: #113940;
--charcoal-950: #0B2328;
}