Charcoal
#35527E
BlueColor Codes
All color formats for development
HEX
#35527ERGB
rgb(53, 82, 126)HSL
hsl(216, 41%, 35%)OKLCH
oklch(0.437 0.081 258.5)CMYK
cmyk(58%, 35%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F4A71
2#2A4265
3#253958
4#20314C
5#1A293F
6#152132
7#101926
8#0B1019
9#05080D
Tints
Lighter variations
1#3E6195
2#4870AD
3#5B81BB
4#7393C4
5#8AA5CE
6#A2B7D8
7#B9C9E2
8#D0DBEB
9#E8EDF5
Tones
Muted variations
1#38537A
2#3C5377
3#405473
4#43556F
5#47566C
6#4B5668
7#4E5764
8#525861
9#56595D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DB #D0DBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC0 #ACC0DC | BordersInactive statesPlaceholder text |
| 400 | 819E #819ECA | Disabled statesSecondary iconsMuted text |
| 500 | 5D83 #5D83BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4267 #42679E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3552 #35527E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263B #263B5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1825 #18253A | Primary textHigh emphasis contentDark headings |
| 950 | 0F17 #0F1724 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FA;
--charcoal-100: #E6ECF4;
--charcoal-200: #D0DBEB;
--charcoal-300: #ACC0DC;
--charcoal-400: #819ECA;
--charcoal-500: #5D83BB;
--charcoal-600: #42679E;
--charcoal-700: #35527E;
--charcoal-800: #263B5A;
--charcoal-900: #18253A;
--charcoal-950: #0F1724;
}