Charcoal
#1B2436
BlueColor Codes
All color formats for development
HEX
#1B2436RGB
rgb(27, 36, 54)HSL
hsl(220, 33%, 16%)OKLCH
oklch(0.261 0.036 263.6)CMYK
cmyk(50%, 33%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#192131
2#161D2B
3#131926
4#101621
5#0E121B
6#0B0F16
7#080B10
8#05070B
9#030405
Tints
Lighter variations
1#2A3753
2#384A6F
3#465E8C
4#5571A8
5#7188B7
6#8DA0C6
7#AAB8D4
8#C6CFE2
9#E3E7F1
Tones
Muted variations
1#1D2535
2#1E2534
3#1F2632
4#212631
5#222730
6#23272E
7#25272D
8#26282B
9#27282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DA #D3DAE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BE #B1BED8 | BordersInactive statesPlaceholder text |
| 400 | 889C #889CC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6680 #6680B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B64 #4B6495 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C4F #3C4F77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B39 #2B3955 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B24 #1B2436 | Primary textHigh emphasis contentDark headings |
| 950 | 1117 #111722 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E7EBF3;
--charcoal-200: #D3DAE9;
--charcoal-300: #B1BED8;
--charcoal-400: #889CC3;
--charcoal-500: #6680B2;
--charcoal-600: #4B6495;
--charcoal-700: #3C4F77;
--charcoal-800: #2B3955;
--charcoal-900: #1B2436;
--charcoal-950: #111722;
}