Charcoal
#1B2736
BlueColor Codes
All color formats for development
HEX
#1B2736RGB
rgb(27, 39, 54)HSL
hsl(213, 33%, 16%)OKLCH
oklch(0.269 0.033 254.4)CMYK
cmyk(50%, 28%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#192431
2#16202B
3#131C26
4#101821
5#0E141B
6#0B1016
7#080C10
8#05080B
9#030405
Tints
Lighter variations
1#2A3C53
2#38516F
3#46668C
4#557AA8
5#7190B7
6#8DA6C6
7#AABDD4
8#C6D3E2
9#E3E9F1
Tones
Muted variations
1#1D2835
2#1E2834
3#1F2832
4#212831
5#222830
6#23282E
7#25282D
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 | D3DD #D3DDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C2 #B1C2D8 | BordersInactive statesPlaceholder text |
| 400 | 88A3 #88A3C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6688 #6688B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B6C #4B6C95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C56 #3C5677 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3E #2B3E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B27 #1B2736 | Primary textHigh emphasis contentDark headings |
| 950 | 1119 #111922 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E7EDF3;
--charcoal-200: #D3DDE9;
--charcoal-300: #B1C2D8;
--charcoal-400: #88A3C3;
--charcoal-500: #6688B2;
--charcoal-600: #4B6C95;
--charcoal-700: #3C5677;
--charcoal-800: #2B3E55;
--charcoal-900: #1B2736;
--charcoal-950: #111922;
}