Charcoal
#2B3C55
BlueColor Codes
All color formats for development
HEX
#2B3C55RGB
rgb(43, 60, 85)HSL
hsl(216, 33%, 25%)OKLCH
oklch(0.353 0.049 257.9)CMYK
cmyk(49%, 29%, 0%, 67%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26364C
2#223044
3#1E2A3B
4#1A2433
5#151E2A
6#111822
7#0D1219
8#090C11
9#040608
Tints
Lighter variations
1#384D6E
2#445F88
3#5171A1
4#6685B2
5#8099BF
6#99ADCC
7#B3C2D9
8#CCD6E5
9#E6EBF2
Tones
Muted variations
1#2D3C53
2#2F3C51
3#313D4E
4#333D4C
5#353E4A
6#373E48
7#393E46
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 | B1C0 #B1C0D8 | BordersInactive statesPlaceholder text |
| 400 | 88A0 #88A0C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6685 #6685B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B69 #4B6995 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C53 #3C5377 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3C #2B3C55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B26 #1B2636 | 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: #B1C0D8;
--charcoal-400: #88A0C3;
--charcoal-500: #6685B2;
--charcoal-600: #4B6995;
--charcoal-700: #3C5377;
--charcoal-800: #2B3C55;
--charcoal-900: #1B2636;
--charcoal-950: #111822;
}