Charcoal
#162F6A
BlueColor Codes
All color formats for development
HEX
#162F6ARGB
rgb(22, 47, 106)HSL
hsl(222, 66%, 25%)OKLCH
oklch(0.324 0.108 264)CMYK
cmyk(79%, 56%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#142A5F
2#112655
3#0F214A
4#0D1C3F
5#0B1735
6#09132A
7#070E20
8#040915
9#02050B
Tints
Lighter variations
1#1C3D8A
2#234BA9
3#2959C9
4#416ED8
5#6086DE
6#809EE5
7#A0B6EB
8#C0CFF2
9#DFE7F8
Tones
Muted variations
1#1A3166
2#1E3261
3#22345D
4#273659
5#2B3755
6#2F3951
7#333B4C
8#373C48
9#3C3E44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E8 #E1E8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D5 #C8D5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB5 #9EB5EB | BordersInactive statesPlaceholder text |
| 400 | 6B8E #6B8EE1 | Disabled statesSecondary iconsMuted text |
| 500 | 416E #416ED8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2653 #2653BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E42 #1E4294 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 162F #162F6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1E #0E1E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0913 #09132A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F5FC;
--charcoal-100: #E1E8F9;
--charcoal-200: #C8D5F4;
--charcoal-300: #9EB5EB;
--charcoal-400: #6B8EE1;
--charcoal-500: #416ED8;
--charcoal-600: #2653BA;
--charcoal-700: #1E4294;
--charcoal-800: #162F6A;
--charcoal-900: #0E1E44;
--charcoal-950: #09132A;
}