Charcoal
#436570
BlueColor Codes
All color formats for development
HEX
#436570RGB
rgb(67, 101, 112)HSL
hsl(195, 25%, 35%)OKLCH
oklch(0.485 0.043 220.2)CMYK
cmyk(40%, 10%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C5A64
2#365059
3#2F464E
4#283C43
5#213238
6#1B282D
7#141E21
8#0D1416
9#070A0B
Tints
Lighter variations
1#4F7784
2#5C8A99
3#6E99A8
4#83A8B4
5#97B6C1
6#ACC5CD
7#C1D3DA
8#D6E2E6
9#EAF0F3
Tones
Muted variations
1#45636D
2#47626B
3#4A6169
4#4C6067
5#4E5F64
6#505E62
7#535D60
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 | D6E2 #D6E2E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CC #B6CCD3 | BordersInactive statesPlaceholder text |
| 400 | 8FB1 #8FB1BC | Disabled statesSecondary iconsMuted text |
| 500 | 709B #709BA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 547E #547E8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4364 #436470 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3048 #304850 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2E #1F2E33 | Primary textHigh emphasis contentDark headings |
| 950 | 131D #131D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E9EFF2;
--charcoal-200: #D6E2E6;
--charcoal-300: #B6CCD3;
--charcoal-400: #8FB1BC;
--charcoal-500: #709BA9;
--charcoal-600: #547E8C;
--charcoal-700: #436470;
--charcoal-800: #304850;
--charcoal-900: #1F2E33;
--charcoal-950: #131D20;
}