Charcoal
#2B4455
BlueColor Codes
All color formats for development
HEX
#2B4455RGB
rgb(43, 68, 85)HSL
hsl(204, 33%, 25%)OKLCH
oklch(0.374 0.042 239.1)CMYK
cmyk(49%, 20%, 0%, 67%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#263D4C
2#223644
3#1E303B
4#1A2933
5#15222A
6#111B22
7#0D1419
8#090E11
9#040708
Tints
Lighter variations
1#38586E
2#446D88
3#5181A1
4#6694B2
5#80A6BF
6#99B8CC
7#B3C9D9
8#CCDBE5
9#E6EDF2
Tones
Muted variations
1#2D4453
2#2F4351
3#31434E
4#33424C
5#35424A
6#374148
7#394146
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 | E7EE #E7EEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E0 #D3E0E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C8 #B1C8D8 | BordersInactive statesPlaceholder text |
| 400 | 88AC #88ACC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6694 #6694B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B78 #4B7895 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C5F #3C5F77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B44 #2B4455 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2B #1B2B36 | Primary textHigh emphasis contentDark headings |
| 950 | 111B #111B22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E7EEF3;
--charcoal-200: #D3E0E9;
--charcoal-300: #B1C8D8;
--charcoal-400: #88ACC3;
--charcoal-500: #6694B2;
--charcoal-600: #4B7895;
--charcoal-700: #3C5F77;
--charcoal-800: #2B4455;
--charcoal-900: #1B2B36;
--charcoal-950: #111B22;
}