Charcoal
#34587F
BlueColor Codes
All color formats for development
HEX
#34587FRGB
rgb(52, 88, 127)HSL
hsl(211, 42%, 35%)OKLCH
oklch(0.451 0.077 251.6)CMYK
cmyk(59%, 31%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F4F72
2#294665
3#243E59
4#1F354C
5#1A2C3F
6#152333
7#101A26
8#0A1219
9#05090D
Tints
Lighter variations
1#3D6896
2#4779AE
3#5A89BC
4#729AC5
5#89ABCF
6#A1BCD9
7#B8CDE2
8#D0DDEC
9#E7EEF5
Tones
Muted variations
1#38587B
2#3B5877
3#3F5873
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 | D0DD #D0DDEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC4 #ACC4DD | BordersInactive statesPlaceholder text |
| 400 | 80A5 #80A5CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C8B #5C8BBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 416F #416F9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3458 #34587F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 253F #253F5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1828 #18283A | Primary textHigh emphasis contentDark headings |
| 950 | 0F19 #0F1924 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E6EDF5;
--charcoal-200: #D0DDEC;
--charcoal-300: #ACC4DD;
--charcoal-400: #80A5CB;
--charcoal-500: #5C8BBC;
--charcoal-600: #416F9F;
--charcoal-700: #34587F;
--charcoal-800: #253F5B;
--charcoal-900: #18283A;
--charcoal-950: #0F1924;
}