Charcoal
#34597F
BlueColor Codes
All color formats for development
HEX
#34597FRGB
rgb(52, 89, 127)HSL
hsl(210, 42%, 35%)OKLCH
oklch(0.454 0.076 250.4)CMYK
cmyk(59%, 30%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F5072
2#294765
3#243E59
4#1F364C
5#1A2D3F
6#152433
7#101B26
8#0A1219
9#05090D
Tints
Lighter variations
1#3D6A96
2#477AAE
3#5A8BBC
4#729CC5
5#89ACCF
6#A1BDD9
7#B8CDE2
8#D0DEEC
9#E7EEF5
Tones
Muted variations
1#38597B
2#3B5977
3#3F5973
4#435970
5#47596C
6#4A5968
7#4E5964
8#525961
9#56595D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DE #D0DEEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC4 #ACC4DD | BordersInactive statesPlaceholder text |
| 400 | 80A6 #80A6CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C8C #5C8CBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4170 #41709F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3459 #34597F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2540 #25405B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1829 #18293A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1A #0F1A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E6EDF5;
--charcoal-200: #D0DEEC;
--charcoal-300: #ACC4DD;
--charcoal-400: #80A6CB;
--charcoal-500: #5C8CBC;
--charcoal-600: #41709F;
--charcoal-700: #34597F;
--charcoal-800: #25405B;
--charcoal-900: #18293A;
--charcoal-950: #0F1A24;
}