Charcoal
#35637E
BlueColor Codes
All color formats for development
HEX
#35637ERGB
rgb(53, 99, 126)HSL
hsl(202, 41%, 35%)OKLCH
oklch(0.479 0.067 236.2)CMYK
cmyk(58%, 21%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F5971
2#2A4F65
3#254558
4#203B4C
5#1A323F
6#152832
7#101E26
8#0B1419
9#050A0D
Tints
Lighter variations
1#3E7595
2#4888AD
3#5B98BB
4#73A6C4
5#8AB5CE
6#A2C4D8
7#B9D3E2
8#D0E1EB
9#E8F0F5
Tones
Muted variations
1#38627A
2#3C6177
3#406073
4#435F6F
5#475E6C
6#4B5D68
7#4E5C64
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 | ACCB #ACCBDC | BordersInactive statesPlaceholder text |
| 400 | 81B0 #81B0CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D99 #5D99BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 427C #427C9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3563 #35637E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2647 #26475A | Text on light backgroundsHeadingsStrong borders |
| 900 | 182D #182D3A | 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: #ACCBDC;
--charcoal-400: #81B0CA;
--charcoal-500: #5D99BB;
--charcoal-600: #427C9E;
--charcoal-700: #35637E;
--charcoal-800: #26475A;
--charcoal-900: #182D3A;
--charcoal-950: #0F1C24;
}