Charcoal
#22485D
BlueColor Codes
All color formats for development
HEX
#22485DRGB
rgb(34, 72, 93)HSL
hsl(201, 46%, 25%)OKLCH
oklch(0.384 0.056 235)CMYK
cmyk(63%, 23%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F4154
2#1C3A4A
3#183341
4#152C38
5#11242F
6#0E1D25
7#0A161C
8#070F13
9#030709
Tints
Lighter variations
1#2D5E79
2#377495
3#418AB1
4#579CC1
5#73ADCB
6#8FBDD6
7#ABCEE0
8#C7DEEA
9#E3EFF5
Tones
Muted variations
1#25485A
2#284757
3#2B4654
4#2E4551
5#31444E
6#34434B
7#374249
8#3A4246
9#3D4143
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE2 #CFE2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9CC #A9CCDF | BordersInactive statesPlaceholder text |
| 400 | 7DB2 #7DB2CF | Disabled statesSecondary iconsMuted text |
| 500 | 579C #579CC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D80 #3D80A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3066 #306682 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2249 #22495D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162E #162E3C | 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: #F4F8FB;
--charcoal-100: #E5F0F5;
--charcoal-200: #CFE2ED;
--charcoal-300: #A9CCDF;
--charcoal-400: #7DB2CF;
--charcoal-500: #579CC1;
--charcoal-600: #3D80A4;
--charcoal-700: #306682;
--charcoal-800: #22495D;
--charcoal-900: #162E3C;
--charcoal-950: #0E1D25;
}