Charcoal
#1B3036
CyanColor Codes
All color formats for development
HEX
#1B3036RGB
rgb(27, 48, 54)HSL
hsl(193, 33%, 16%)OKLCH
oklch(0.294 0.029 217.9)CMYK
cmyk(50%, 11%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#192C31
2#16272B
3#132226
4#101D21
5#0E181B
6#0B1316
7#080F10
8#050A0B
9#030505
Tints
Lighter variations
1#2A4A53
2#38636F
3#467D8C
4#5596A8
5#71A8B7
6#8DB9C6
7#AACBD4
8#C6DCE2
9#E3EEF1
Tones
Muted variations
1#1D3035
2#1E2F34
3#1F2E32
4#212D31
5#222D30
6#232C2E
7#252B2D
8#262A2B
9#272A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F0 #E7F0F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E4 #D3E4E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1CF #B1CFD8 | BordersInactive statesPlaceholder text |
| 400 | 88B6 #88B6C3 | Disabled statesSecondary iconsMuted text |
| 500 | 66A2 #66A2B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B85 #4B8595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C6A #3C6A77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B4C #2B4C55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B30 #1B3036 | Primary textHigh emphasis contentDark headings |
| 950 | 111E #111E22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9FA;
--charcoal-100: #E7F0F3;
--charcoal-200: #D3E4E9;
--charcoal-300: #B1CFD8;
--charcoal-400: #88B6C3;
--charcoal-500: #66A2B2;
--charcoal-600: #4B8595;
--charcoal-700: #3C6A77;
--charcoal-800: #2B4C55;
--charcoal-900: #1B3036;
--charcoal-950: #111E22;
}