Charcoal
#2B3D55
BlueColor Codes
All color formats for development
HEX
#2B3D55RGB
rgb(43, 61, 85)HSL
hsl(214, 33%, 25%)OKLCH
oklch(0.356 0.048 255.8)CMYK
cmyk(49%, 28%, 0%, 67%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26374C
2#223144
3#1E2B3B
4#1A2533
5#151E2A
6#111822
7#0D1219
8#090C11
9#040608
Tints
Lighter variations
1#384F6E
2#446288
3#5174A1
4#6687B2
5#809BBF
6#99AFCC
7#B3C3D9
8#CCD7E5
9#E6EBF2
Tones
Muted variations
1#2D3D53
2#2F3E51
3#313E4E
4#333E4C
5#353E4A
6#373F48
7#393F46
8#3C3F44
9#3E3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DC #D3DCE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C2 #B1C2D8 | BordersInactive statesPlaceholder text |
| 400 | 88A2 #88A2C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6687 #6687B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B6B #4B6B95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C55 #3C5577 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3D #2B3D55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B27 #1B2736 | Primary textHigh emphasis contentDark headings |
| 950 | 1118 #111822 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E7ECF3;
--charcoal-200: #D3DCE9;
--charcoal-300: #B1C2D8;
--charcoal-400: #88A2C3;
--charcoal-500: #6687B2;
--charcoal-600: #4B6B95;
--charcoal-700: #3C5577;
--charcoal-800: #2B3D55;
--charcoal-900: #1B2736;
--charcoal-950: #111822;
}