Charcoal
#165069
BlueColor Codes
All color formats for development
HEX
#165069RGB
rgb(22, 80, 105)HSL
hsl(198, 65%, 25%)OKLCH
oklch(0.407 0.071 231.2)CMYK
cmyk(79%, 24%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14485F
2#124054
3#10384A
4#0D303F
5#0B2835
6#09202A
7#071820
8#041015
9#02080B
Tints
Lighter variations
1#1D6889
2#2481A8
3#2A99C8
4#42AAD7
5#61B8DE
6#81C6E4
7#A0D5EB
8#C0E3F2
9#DFF1F8
Tones
Muted variations
1#1A4F65
2#1F4D61
3#234B5D
4#274A59
5#2B4854
6#2F4650
7#33454C
8#374348
9#3C4144
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E6 #C8E6F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED4 #9ED4EA | BordersInactive statesPlaceholder text |
| 400 | 6CBD #6CBDE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42AA #42AAD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 278D #278DB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F70 #1F7093 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1650 #165069 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E33 #0E3343 | Primary textHigh emphasis contentDark headings |
| 950 | 0920 #09202A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FC;
--charcoal-100: #E2F2F9;
--charcoal-200: #C8E6F3;
--charcoal-300: #9ED4EA;
--charcoal-400: #6CBDE0;
--charcoal-500: #42AAD7;
--charcoal-600: #278DB9;
--charcoal-700: #1F7093;
--charcoal-800: #165069;
--charcoal-900: #0E3343;
--charcoal-950: #09202A;
}