Charcoal
#21465F
BlueColor Codes
All color formats for development
HEX
#21465FRGB
rgb(33, 70, 95)HSL
hsl(204, 48%, 25%)OKLCH
oklch(0.379 0.06 240.5)CMYK
cmyk(65%, 26%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E3F55
2#1B384B
3#173142
4#142A39
5#11232F
6#0D1C26
7#0A151C
8#070E13
9#030709
Tints
Lighter variations
1#2B5B7B
2#357097
3#3F85B3
4#5597C3
5#71A9CD
6#8EBAD7
7#AACBE1
8#C6DCEB
9#E3EEF5
Tones
Muted variations
1#24455B
2#274558
3#2A4455
4#2D4352
5#30434F
6#34424C
7#374249
8#3A4146
9#3D4043
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE1 #CEE1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CA #A8CAE1 | BordersInactive statesPlaceholder text |
| 400 | 7BAE #7BAED1 | Disabled statesSecondary iconsMuted text |
| 500 | 5597 #5597C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A7B #3A7BA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E62 #2E6284 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2146 #21465E | Text on light backgroundsHeadingsStrong borders |
| 900 | 152D #152D3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1C #0D1C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E5EFF6;
--charcoal-200: #CEE1EE;
--charcoal-300: #A8CAE1;
--charcoal-400: #7BAED1;
--charcoal-500: #5597C3;
--charcoal-600: #3A7BA6;
--charcoal-700: #2E6284;
--charcoal-800: #21465E;
--charcoal-900: #152D3C;
--charcoal-950: #0D1C26;
}