Charcoal
#35537E
BlueColor Codes
All color formats for development
HEX
#35537ERGB
rgb(53, 83, 126)HSL
hsl(215, 41%, 35%)OKLCH
oklch(0.439 0.08 257.4)CMYK
cmyk(58%, 34%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F4B71
2#2A4365
3#253A58
4#20324C
5#1A2A3F
6#152132
7#101926
8#0B1119
9#05080D
Tints
Lighter variations
1#3E6395
2#4872AD
3#5B83BB
4#7395C4
5#8AA6CE
6#A2B8D8
7#B9CAE2
8#D0DCEB
9#E8EDF5
Tones
Muted variations
1#38547A
2#3C5477
3#405573
4#43566F
5#47566C
6#4B5768
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 | D0DC #D0DCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC0 #ACC0DC | BordersInactive statesPlaceholder text |
| 400 | 81A0 #81A0CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D84 #5D84BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4269 #42699E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3553 #35537E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263B #263B5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1826 #18263A | Primary textHigh emphasis contentDark headings |
| 950 | 0F18 #0F1824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FA;
--charcoal-100: #E6ECF4;
--charcoal-200: #D0DCEB;
--charcoal-300: #ACC0DC;
--charcoal-400: #81A0CA;
--charcoal-500: #5D84BB;
--charcoal-600: #42699E;
--charcoal-700: #35537E;
--charcoal-800: #263B5A;
--charcoal-900: #18263A;
--charcoal-950: #0F1824;
}