Charcoal
#1B3336
CyanColor Codes
All color formats for development
HEX
#1B3336RGB
rgb(27, 51, 54)HSL
hsl(187, 33%, 16%)OKLCH
oklch(0.303 0.03 205.9)CMYK
cmyk(50%, 6%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#192E31
2#16292B
3#132426
4#101F21
5#0E1A1B
6#0B1416
7#080F10
8#050A0B
9#030505
Tints
Lighter variations
1#2A4E53
2#38696F
3#46848C
4#559EA8
5#71AFB7
6#8DBFC6
7#AACFD4
8#C6DFE2
9#E3EFF1
Tones
Muted variations
1#1D3235
2#1E3134
3#1F3032
4#212F31
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 | E7F2 #E7F2F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E6 #D3E6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D3 #B1D3D8 | BordersInactive statesPlaceholder text |
| 400 | 88BC #88BCC3 | Disabled statesSecondary iconsMuted text |
| 500 | 66A9 #66A9B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B8D #4B8D95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C70 #3C7077 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B50 #2B5055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B33 #1B3336 | Primary textHigh emphasis contentDark headings |
| 950 | 1120 #112022 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9FA;
--charcoal-100: #E7F2F3;
--charcoal-200: #D3E6E9;
--charcoal-300: #B1D3D8;
--charcoal-400: #88BCC3;
--charcoal-500: #66A9B2;
--charcoal-600: #4B8D95;
--charcoal-700: #3C7077;
--charcoal-800: #2B5055;
--charcoal-900: #1B3336;
--charcoal-950: #112022;
}