Charcoal
#35597E
BlueColor Codes
All color formats for development
HEX
#35597ERGB
rgb(53, 89, 126)HSL
hsl(210, 41%, 35%)OKLCH
oklch(0.454 0.074 250.4)CMYK
cmyk(58%, 29%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F5071
2#2A4765
3#253E58
4#20364C
5#1A2D3F
6#152432
7#101B26
8#0B1219
9#05090D
Tints
Lighter variations
1#3E6A95
2#487AAD
3#5B8BBB
4#739CC4
5#8AACCE
6#A2BDD8
7#B9CDE2
8#D0DEEB
9#E8EEF5
Tones
Muted variations
1#38597A
2#3C5977
3#405973
4#43596F
5#47596C
6#4B5968
7#4E5964
8#525961
9#56595D
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 | D0DE #D0DEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC4 #ACC4DC | BordersInactive statesPlaceholder text |
| 400 | 81A6 #81A6CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D8C #5D8CBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4270 #42709E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3559 #35597E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2640 #26405A | 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: #F4F7FA;
--charcoal-100: #E6EDF4;
--charcoal-200: #D0DEEB;
--charcoal-300: #ACC4DC;
--charcoal-400: #81A6CA;
--charcoal-500: #5D8CBB;
--charcoal-600: #42709E;
--charcoal-700: #35597E;
--charcoal-800: #26405A;
--charcoal-900: #18293A;
--charcoal-950: #0F1A24;
}