Charcoal
#1B2136
BlueColor Codes
All color formats for development
HEX
#1B2136RGB
rgb(27, 33, 54)HSL
hsl(227, 33%, 16%)OKLCH
oklch(0.253 0.041 271.1)CMYK
cmyk(50%, 39%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#191E31
2#161B2B
3#131726
4#101421
5#0E111B
6#0B0D16
7#080A10
8#05070B
9#030305
Tints
Lighter variations
1#2A3353
2#38446F
3#46558C
4#5567A8
5#7180B7
6#8D99C6
7#AAB3D4
8#C6CCE2
9#E3E6F1
Tones
Muted variations
1#1D2235
2#1E2334
3#1F2332
4#212431
5#222530
6#23262E
7#25272D
8#26272B
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 | D3D8 #D3D8E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B9 #B1B9D8 | BordersInactive statesPlaceholder text |
| 400 | 8895 #8895C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6677 #6677B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B5B #4B5B95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C49 #3C4977 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B34 #2B3455 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B21 #1B2136 | Primary textHigh emphasis contentDark headings |
| 950 | 1115 #111522 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7EAF3;
--charcoal-200: #D3D8E9;
--charcoal-300: #B1B9D8;
--charcoal-400: #8895C3;
--charcoal-500: #6677B2;
--charcoal-600: #4B5B95;
--charcoal-700: #3C4977;
--charcoal-800: #2B3455;
--charcoal-900: #1B2136;
--charcoal-950: #111522;
}