Charcoal
#436070
BlueColor Codes
All color formats for development
HEX
#436070RGB
rgb(67, 96, 112)HSL
hsl(201, 25%, 35%)OKLCH
oklch(0.473 0.043 233)CMYK
cmyk(40%, 14%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C5664
2#364D59
3#2F434E
4#283A43
5#213038
6#1B262D
7#141D21
8#0D1316
9#070A0B
Tints
Lighter variations
1#4F7284
2#5C8499
3#6E94A8
4#83A3B4
5#97B2C1
6#ACC2CD
7#C1D1DA
8#D6E0E6
9#EAF0F3
Tones
Muted variations
1#455F6D
2#475F6B
3#4A5E69
4#4C5D67
5#4E5D64
6#505C62
7#535B60
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 | E9EE #E9EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E0 #D6E0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C9 #B6C9D3 | BordersInactive statesPlaceholder text |
| 400 | 8FAC #8FACBC | Disabled statesSecondary iconsMuted text |
| 500 | 7095 #7095A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5479 #54798C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4360 #436070 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3045 #304550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2C #1F2C33 | Primary textHigh emphasis contentDark headings |
| 950 | 131B #131B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E9EEF2;
--charcoal-200: #D6E0E6;
--charcoal-300: #B6C9D3;
--charcoal-400: #8FACBC;
--charcoal-500: #7095A9;
--charcoal-600: #54798C;
--charcoal-700: #436070;
--charcoal-800: #304550;
--charcoal-900: #1F2C33;
--charcoal-950: #131B20;
}