Charcoal
#164A6A
BlueColor Codes
All color formats for development
HEX
#164A6ARGB
rgb(22, 74, 106)HSL
hsl(203, 66%, 25%)OKLCH
oklch(0.391 0.076 240.2)CMYK
cmyk(79%, 30%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14425F
2#113B55
3#0F334A
4#0D2C3F
5#0B2535
6#091D2A
7#071620
8#040F15
9#02070B
Tints
Lighter variations
1#1C608A
2#2376A9
3#298CC9
4#419ED8
5#60AEDE
6#80BEE5
7#A0CEEB
8#C0DFF2
9#DFEFF8
Tones
Muted variations
1#1A4966
2#1E4861
3#22475D
4#274659
5#2B4555
6#2F4451
7#33434C
8#374248
9#3C4144
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E3 #C8E3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECD #9ECDEB | BordersInactive statesPlaceholder text |
| 400 | 6BB3 #6BB3E1 | Disabled statesSecondary iconsMuted text |
| 500 | 419E #419ED8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2681 #2681BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E67 #1E6794 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 164A #164A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2F #0E2F44 | Primary textHigh emphasis contentDark headings |
| 950 | 091D #091D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FC;
--charcoal-100: #E1F0F9;
--charcoal-200: #C8E3F4;
--charcoal-300: #9ECDEB;
--charcoal-400: #6BB3E1;
--charcoal-500: #419ED8;
--charcoal-600: #2681BA;
--charcoal-700: #1E6794;
--charcoal-800: #164A6A;
--charcoal-900: #0E2F44;
--charcoal-950: #091D2A;
}