Charcoal
#274059
BlueColor Codes
All color formats for development
HEX
#274059RGB
rgb(39, 64, 89)HSL
hsl(210, 39%, 25%)OKLCH
oklch(0.363 0.053 249.5)CMYK
cmyk(56%, 28%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#233950
2#1F3347
3#1B2D3E
4#172635
5#13202C
6#101923
7#0C131B
8#080D12
9#040609
Tints
Lighter variations
1#335373
2#3E668E
3#4A79A8
4#5F8CB9
5#7A9FC5
6#95B2D0
7#AFC6DC
8#CAD9E8
9#E4ECF3
Tones
Muted variations
1#294056
2#2C4054
3#2E4051
4#31404F
5#33404C
6#36404A
7#384047
8#3B4045
9#3D4042
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DE #D1DEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC4 #ADC4DB | BordersInactive statesPlaceholder text |
| 400 | 83A6 #83A6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F8C #5F8CB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4470 #44709C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3659 #36597C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2740 #274059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1929 #192939 | Primary textHigh emphasis contentDark headings |
| 950 | 101A #101A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FA;
--charcoal-100: #E6EDF4;
--charcoal-200: #D1DEEB;
--charcoal-300: #ADC4DB;
--charcoal-400: #83A6C9;
--charcoal-500: #5F8CB9;
--charcoal-600: #44709C;
--charcoal-700: #36597C;
--charcoal-800: #274059;
--charcoal-900: #192939;
--charcoal-950: #101A23;
}