Charcoal
#1B2F36
BlueColor Codes
All color formats for development
HEX
#1B2F36RGB
rgb(27, 47, 54)HSL
hsl(196, 33%, 16%)OKLCH
oklch(0.291 0.029 222.1)CMYK
cmyk(50%, 13%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#192A31
2#16262B
3#132126
4#101C21
5#0E181B
6#0B1316
7#080E10
8#05090B
9#030505
Tints
Lighter variations
1#2A4853
2#38616F
3#46798C
4#5592A8
5#71A4B7
6#8DB7C6
7#AAC9D4
8#C6DBE2
9#E3EDF1
Tones
Muted variations
1#1D2E35
2#1E2E34
3#1F2D32
4#212D31
5#222C30
6#232B2E
7#252B2D
8#262A2B
9#27292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F0 #E7F0F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E3 #D3E3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1CD #B1CDD8 | BordersInactive statesPlaceholder text |
| 400 | 88B3 #88B3C3 | Disabled statesSecondary iconsMuted text |
| 500 | 669E #669EB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B81 #4B8195 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C67 #3C6777 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B4A #2B4A55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2F #1B2F36 | Primary textHigh emphasis contentDark headings |
| 950 | 111D #111D22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9FA;
--charcoal-100: #E7F0F3;
--charcoal-200: #D3E3E9;
--charcoal-300: #B1CDD8;
--charcoal-400: #88B3C3;
--charcoal-500: #669EB2;
--charcoal-600: #4B8195;
--charcoal-700: #3C6777;
--charcoal-800: #2B4A55;
--charcoal-900: #1B2F36;
--charcoal-950: #111D22;
}