Charcoal
#16516A
BlueColor Codes
All color formats for development
HEX
#16516ARGB
rgb(22, 81, 106)HSL
hsl(198, 66%, 25%)OKLCH
oklch(0.41 0.072 230.8)CMYK
cmyk(79%, 24%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14495F
2#114055
3#0F384A
4#0D303F
5#0B2835
6#09202A
7#071820
8#041015
9#02080B
Tints
Lighter variations
1#1C698A
2#2381A9
3#2999C9
4#41ABD8
5#60B9DE
6#80C7E5
7#A0D5EB
8#C0E3F2
9#DFF1F8
Tones
Muted variations
1#1A4F66
2#1E4D61
3#224C5D
4#274A59
5#2B4855
6#2F4651
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 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E7 #C8E7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED4 #9ED4EB | BordersInactive statesPlaceholder text |
| 400 | 6BBD #6BBDE1 | Disabled statesSecondary iconsMuted text |
| 500 | 41AB #41ABD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 268E #268EBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E71 #1E7194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1651 #16516A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E34 #0E3444 | 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: #E1F2F9;
--charcoal-200: #C8E7F4;
--charcoal-300: #9ED4EB;
--charcoal-400: #6BBDE1;
--charcoal-500: #41ABD8;
--charcoal-600: #268EBA;
--charcoal-700: #1E7194;
--charcoal-800: #16516A;
--charcoal-900: #0E3444;
--charcoal-950: #09202A;
}