Charcoal
#1B3236
CyanColor Codes
All color formats for development
HEX
#1B3236RGB
rgb(27, 50, 54)HSL
hsl(189, 33%, 16%)OKLCH
oklch(0.3 0.03 209.7)CMYK
cmyk(50%, 7%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#192D31
2#16282B
3#132326
4#101E21
5#0E191B
6#0B1416
7#080F10
8#050A0B
9#030505
Tints
Lighter variations
1#2A4D53
2#38676F
3#46818C
4#559CA8
5#71ADB7
6#8DBDC6
7#AACED4
8#C6DEE2
9#E3EFF1
Tones
Muted variations
1#1D3135
2#1E3034
3#1F2F32
4#212E31
5#222E30
6#232D2E
7#252C2D
8#262B2B
9#272A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F1 #E7F1F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E6 #D3E6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D2 #B1D2D8 | BordersInactive statesPlaceholder text |
| 400 | 88BA #88BAC3 | Disabled statesSecondary iconsMuted text |
| 500 | 66A7 #66A7B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B8A #4B8A95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C6E #3C6E77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B4E #2B4E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B32 #1B3236 | Primary textHigh emphasis contentDark headings |
| 950 | 111F #111F22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9FA;
--charcoal-100: #E7F1F3;
--charcoal-200: #D3E6E9;
--charcoal-300: #B1D2D8;
--charcoal-400: #88BAC3;
--charcoal-500: #66A7B2;
--charcoal-600: #4B8A95;
--charcoal-700: #3C6E77;
--charcoal-800: #2B4E55;
--charcoal-900: #1B3236;
--charcoal-950: #111F22;
}