Charcoal
#35617E
BlueColor Codes
All color formats for development
HEX
#35617ERGB
rgb(53, 97, 126)HSL
hsl(204, 41%, 35%)OKLCH
oklch(0.474 0.068 239.3)CMYK
cmyk(58%, 23%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F5771
2#2A4D65
3#254458
4#203A4C
5#1A303F
6#152732
7#101D26
8#0B1319
9#050A0D
Tints
Lighter variations
1#3E7395
2#4884AD
3#5B94BB
4#73A4C4
5#8AB3CE
6#A2C2D8
7#B9D1E2
8#D0E1EB
9#E8F0F5
Tones
Muted variations
1#38607A
2#3C5F77
3#405E73
4#435E6F
5#475D6C
6#4B5C68
7#4E5B64
8#525B61
9#565A5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E1 #D0E1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC9 #ACC9DC | BordersInactive statesPlaceholder text |
| 400 | 81AD #81ADCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D96 #5D96BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4279 #42799E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3561 #35617E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2645 #26455A | Text on light backgroundsHeadingsStrong borders |
| 900 | 182C #182C3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1C #0F1C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FA;
--charcoal-100: #E6EFF4;
--charcoal-200: #D0E1EB;
--charcoal-300: #ACC9DC;
--charcoal-400: #81ADCA;
--charcoal-500: #5D96BB;
--charcoal-600: #42799E;
--charcoal-700: #35617E;
--charcoal-800: #26455A;
--charcoal-900: #182C3A;
--charcoal-950: #0F1C24;
}