Charcoal
#1B2336
BlueColor Codes
All color formats for development
HEX
#1B2336RGB
rgb(27, 35, 54)HSL
hsl(222, 33%, 16%)OKLCH
oklch(0.258 0.038 266.3)CMYK
cmyk(50%, 35%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#192031
2#161C2B
3#131926
4#101521
5#0E121B
6#0B0E16
7#080B10
8#05070B
9#030405
Tints
Lighter variations
1#2A3653
2#38496F
3#465B8C
4#556EA8
5#7186B7
6#8D9EC6
7#AAB6D4
8#C6CFE2
9#E3E7F1
Tones
Muted variations
1#1D2435
2#1E2434
3#1F2532
4#212631
5#222630
6#23272E
7#25272D
8#26282B
9#27282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D9 #D3D9E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BD #B1BDD8 | BordersInactive statesPlaceholder text |
| 400 | 889A #889AC3 | Disabled statesSecondary iconsMuted text |
| 500 | 667D #667DB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B61 #4B6195 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C4D #3C4D77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B37 #2B3755 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B23 #1B2336 | Primary textHigh emphasis contentDark headings |
| 950 | 1116 #111622 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7EBF3;
--charcoal-200: #D3D9E9;
--charcoal-300: #B1BDD8;
--charcoal-400: #889AC3;
--charcoal-500: #667DB2;
--charcoal-600: #4B6195;
--charcoal-700: #3C4D77;
--charcoal-800: #2B3755;
--charcoal-900: #1B2336;
--charcoal-950: #111622;
}