Charcoal
#224D5D
BlueColor Codes
All color formats for development
HEX
#224D5DRGB
rgb(34, 77, 93)HSL
hsl(196, 46%, 25%)OKLCH
oklch(0.397 0.055 225.1)CMYK
cmyk(63%, 17%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F4654
2#1C3E4A
3#183641
4#152E38
5#11272F
6#0E1F25
7#0A171C
8#070F13
9#030809
Tints
Lighter variations
1#2D6579
2#377C95
3#4193B1
4#57A5C1
5#73B4CB
6#8FC3D6
7#ABD2E0
8#C7E1EA
9#E3F0F5
Tones
Muted variations
1#254C5A
2#284B57
3#2B4954
4#2E4851
5#31474E
6#34454B
7#374449
8#3A4246
9#3D4143
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F1 #E5F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE5 #CFE5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D1 #A9D1DF | BordersInactive statesPlaceholder text |
| 400 | 7DB9 #7DB9CF | Disabled statesSecondary iconsMuted text |
| 500 | 57A5 #57A5C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D88 #3D88A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 306C #306C82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 224D #224D5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1632 #16323C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1F #0E1F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FB;
--charcoal-100: #E5F1F5;
--charcoal-200: #CFE5ED;
--charcoal-300: #A9D1DF;
--charcoal-400: #7DB9CF;
--charcoal-500: #57A5C1;
--charcoal-600: #3D88A4;
--charcoal-700: #306C82;
--charcoal-800: #224D5D;
--charcoal-900: #16323C;
--charcoal-950: #0E1F25;
}