Charcoal
#22495D
BlueColor Codes
All color formats for development
HEX
#22495DRGB
rgb(34, 73, 93)HSL
hsl(200, 46%, 25%)OKLCH
oklch(0.386 0.056 233.1)CMYK
cmyk(63%, 22%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F4254
2#1C3B4A
3#183341
4#152C38
5#11252F
6#0E1D25
7#0A161C
8#070F13
9#030709
Tints
Lighter variations
1#2D6079
2#377695
3#418CB1
4#579EC1
5#73AECB
6#8FBED6
7#ABCEE0
8#C7DFEA
9#E3EFF5
Tones
Muted variations
1#25495A
2#284857
3#2B4754
4#2E4651
5#31454E
6#34444B
7#374349
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 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE3 #CFE3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9CD #A9CDDF | BordersInactive statesPlaceholder text |
| 400 | 7DB3 #7DB3CF | Disabled statesSecondary iconsMuted text |
| 500 | 579E #579EC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D81 #3D81A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3067 #306782 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 224A #224A5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162F #162F3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1D #0E1D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FB;
--charcoal-100: #E5F0F5;
--charcoal-200: #CFE3ED;
--charcoal-300: #A9CDDF;
--charcoal-400: #7DB3CF;
--charcoal-500: #579EC1;
--charcoal-600: #3D81A4;
--charcoal-700: #306782;
--charcoal-800: #224A5D;
--charcoal-900: #162F3C;
--charcoal-950: #0E1D25;
}