Charcoal
#1B2536
BlueColor Codes
All color formats for development
HEX
#1B2536RGB
rgb(27, 37, 54)HSL
hsl(218, 33%, 16%)OKLCH
oklch(0.263 0.035 260.8)CMYK
cmyk(50%, 31%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#192131
2#161E2B
3#131A26
4#101621
5#0E131B
6#0B0F16
7#080B10
8#05070B
9#030405
Tints
Lighter variations
1#2A3953
2#384C6F
3#46608C
4#5573A8
5#718AB7
6#8DA2C6
7#AAB9D4
8#C6D0E2
9#E3E8F1
Tones
Muted variations
1#1D2635
2#1E2634
3#1F2632
4#212731
5#222730
6#23272E
7#25282D
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 | E7EC #E7ECF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DB #D3DBE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BF #B1BFD8 | BordersInactive statesPlaceholder text |
| 400 | 889E #889EC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6682 #6682B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B66 #4B6695 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C51 #3C5177 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3A #2B3A55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B25 #1B2536 | 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: #E7ECF3;
--charcoal-200: #D3DBE9;
--charcoal-300: #B1BFD8;
--charcoal-400: #889EC3;
--charcoal-500: #6682B2;
--charcoal-600: #4B6695;
--charcoal-700: #3C5177;
--charcoal-800: #2B3A55;
--charcoal-900: #1B2536;
--charcoal-950: #111722;
}