Charcoal
#2B4655
BlueColor Codes
All color formats for development
HEX
#2B4655RGB
rgb(43, 70, 85)HSL
hsl(201, 33%, 25%)OKLCH
oklch(0.379 0.042 233.7)CMYK
cmyk(49%, 18%, 0%, 67%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#263F4C
2#223844
3#1E313B
4#1A2A33
5#15232A
6#111C22
7#0D1519
8#090E11
9#040708
Tints
Lighter variations
1#385B6E
2#447088
3#5185A1
4#6698B2
5#80A9BF
6#99BACC
7#B3CBD9
8#CCDDE5
9#E6EEF2
Tones
Muted variations
1#2D4553
2#2F4551
3#31444E
4#33444C
5#35434A
6#374248
7#394246
8#3C4144
9#3E4042
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EF #E7EFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E1 #D3E1E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1CA #B1CAD8 | BordersInactive statesPlaceholder text |
| 400 | 88AF #88AFC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6698 #6698B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B7B #4B7B95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C62 #3C6277 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B46 #2B4655 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2D #1B2D36 | Primary textHigh emphasis contentDark headings |
| 950 | 111C #111C22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E7EFF3;
--charcoal-200: #D3E1E9;
--charcoal-300: #B1CAD8;
--charcoal-400: #88AFC3;
--charcoal-500: #6698B2;
--charcoal-600: #4B7B95;
--charcoal-700: #3C6277;
--charcoal-800: #2B4655;
--charcoal-900: #1B2D36;
--charcoal-950: #111C22;
}