Charcoal
#436270
BlueColor Codes
All color formats for development
HEX
#436270RGB
rgb(67, 98, 112)HSL
hsl(199, 25%, 35%)OKLCH
oklch(0.478 0.043 227.9)CMYK
cmyk(40%, 13%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C5864
2#364E59
3#2F444E
4#283A43
5#213138
6#1B272D
7#141D21
8#0D1316
9#070A0B
Tints
Lighter variations
1#4F7484
2#5C8699
3#6E96A8
4#83A5B4
5#97B4C1
6#ACC3CD
7#C1D2DA
8#D6E1E6
9#EAF0F3
Tones
Muted variations
1#45616D
2#47606B
3#4A5F69
4#4C5E67
5#4E5D64
6#505D62
7#535C60
8#555B5E
9#575A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EF #E9EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E1 #D6E1E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CA #B6CAD3 | BordersInactive statesPlaceholder text |
| 400 | 8FAE #8FAEBC | Disabled statesSecondary iconsMuted text |
| 500 | 7097 #7097A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 547A #547A8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4361 #436170 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3046 #304650 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2D #1F2D33 | Primary textHigh emphasis contentDark headings |
| 950 | 131C #131C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E9EFF2;
--charcoal-200: #D6E1E6;
--charcoal-300: #B6CAD3;
--charcoal-400: #8FAEBC;
--charcoal-500: #7097A9;
--charcoal-600: #547A8C;
--charcoal-700: #436170;
--charcoal-800: #304650;
--charcoal-900: #1F2D33;
--charcoal-950: #131C20;
}