Charcoal
#163E69
BlueColor Codes
All color formats for development
HEX
#163E69RGB
rgb(22, 62, 105)HSL
hsl(211, 65%, 25%)OKLCH
oklch(0.36 0.087 252.8)CMYK
cmyk(79%, 41%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14385F
2#123254
3#102C4A
4#0D253F
5#0B1F35
6#09192A
7#071320
8#040C15
9#02060B
Tints
Lighter variations
1#1D5189
2#2464A8
3#2A77C8
4#428AD7
5#619DDE
6#81B1E4
7#A0C4EB
8#C0D8F2
9#DFEBF8
Tones
Muted variations
1#1A3F65
2#1F3F61
3#233F5D
4#273F59
5#2B3F54
6#2F3F50
7#333F4C
8#373F48
9#3C4044
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2ED #E2EDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DD #C8DDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC3 #9EC3EA | BordersInactive statesPlaceholder text |
| 400 | 6CA4 #6CA4E0 | Disabled statesSecondary iconsMuted text |
| 500 | 428A #428AD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 276E #276EB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F57 #1F5793 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 163E #163E69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E28 #0E2843 | Primary textHigh emphasis contentDark headings |
| 950 | 0919 #09192A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FC;
--charcoal-100: #E2EDF9;
--charcoal-200: #C8DDF3;
--charcoal-300: #9EC3EA;
--charcoal-400: #6CA4E0;
--charcoal-500: #428AD7;
--charcoal-600: #276EB9;
--charcoal-700: #1F5793;
--charcoal-800: #163E69;
--charcoal-900: #0E2843;
--charcoal-950: #09192A;
}