Charcoal
#16366A
BlueColor Codes
All color formats for development
HEX
#16366ARGB
rgb(22, 54, 106)HSL
hsl(217, 66%, 25%)OKLCH
oklch(0.34 0.098 259.7)CMYK
cmyk(79%, 49%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14315F
2#112B55
3#0F264A
4#0D203F
5#0B1B35
6#09162A
7#071020
8#040B15
9#02050B
Tints
Lighter variations
1#1C468A
2#2356A9
3#2966C9
4#417BD8
5#6091DE
6#80A7E5
7#A0BDEB
8#C0D3F2
9#DFE9F8
Tones
Muted variations
1#1A3766
2#1E3861
3#22395D
4#273A59
5#2B3B55
6#2F3C51
7#333D4C
8#373E48
9#3C3F44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EA #E1EAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D9 #C8D9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EBB #9EBBEB | BordersInactive statesPlaceholder text |
| 400 | 6B98 #6B98E1 | Disabled statesSecondary iconsMuted text |
| 500 | 417B #417BD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 265F #265FBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E4C #1E4C94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1636 #16366A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E23 #0E2344 | Primary textHigh emphasis contentDark headings |
| 950 | 0916 #09162A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FC;
--charcoal-100: #E1EAF9;
--charcoal-200: #C8D9F4;
--charcoal-300: #9EBBEB;
--charcoal-400: #6B98E1;
--charcoal-500: #417BD8;
--charcoal-600: #265FBA;
--charcoal-700: #1E4C94;
--charcoal-800: #16366A;
--charcoal-900: #0E2344;
--charcoal-950: #09162A;
}