Charcoal
#1B2236
BlueColor Codes
All color formats for development
HEX
#1B2236RGB
rgb(27, 34, 54)HSL
hsl(224, 33%, 16%)OKLCH
oklch(0.255 0.039 268.8)CMYK
cmyk(50%, 37%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#191F31
2#161C2B
3#131826
4#101521
5#0E111B
6#0B0E16
7#080A10
8#05070B
9#030305
Tints
Lighter variations
1#2A3553
2#38476F
3#46598C
4#556BA8
5#7183B7
6#8D9CC6
7#AAB5D4
8#C6CEE2
9#E3E6F1
Tones
Muted variations
1#1D2335
2#1E2434
3#1F2432
4#212531
5#222630
6#23262E
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 | E7EA #E7EAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D9 #D3D9E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BB #B1BBD8 | BordersInactive statesPlaceholder text |
| 400 | 8898 #8898C3 | Disabled statesSecondary iconsMuted text |
| 500 | 667B #667BB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B5F #4B5F95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C4C #3C4C77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B36 #2B3655 | 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: #E7EAF3;
--charcoal-200: #D3D9E9;
--charcoal-300: #B1BBD8;
--charcoal-400: #8898C3;
--charcoal-500: #667BB2;
--charcoal-600: #4B5F95;
--charcoal-700: #3C4C77;
--charcoal-800: #2B3655;
--charcoal-900: #1B2336;
--charcoal-950: #111622;
}