Charcoal
#1B2936
BlueColor Codes
All color formats for development
HEX
#1B2936RGB
rgb(27, 41, 54)HSL
hsl(209, 33%, 16%)OKLCH
oklch(0.274 0.031 247.2)CMYK
cmyk(50%, 24%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#192531
2#16212B
3#131D26
4#101921
5#0E151B
6#0B1016
7#080C10
8#05080B
9#030405
Tints
Lighter variations
1#2A3F53
2#38556F
3#466A8C
4#5580A8
5#7195B7
6#8DAAC6
7#AABFD4
8#C6D5E2
9#E3EAF1
Tones
Muted variations
1#1D2935
2#1E2934
3#1F2932
4#212931
5#222930
6#23292E
7#25292D
8#26292B
9#27292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7ED #E7EDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DE #D3DEE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C5 #B1C5D8 | BordersInactive statesPlaceholder text |
| 400 | 88A7 #88A7C3 | Disabled statesSecondary iconsMuted text |
| 500 | 668E #668EB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B71 #4B7195 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C5A #3C5A77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B40 #2B4055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B29 #1B2936 | Primary textHigh emphasis contentDark headings |
| 950 | 111A #111A22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E7EDF3;
--charcoal-200: #D3DEE9;
--charcoal-300: #B1C5D8;
--charcoal-400: #88A7C3;
--charcoal-500: #668EB2;
--charcoal-600: #4B7195;
--charcoal-700: #3C5A77;
--charcoal-800: #2B4055;
--charcoal-900: #1B2936;
--charcoal-950: #111A22;
}