Charcoal
#2D4A86
BlueColor Codes
All color formats for development
HEX
#2D4A86RGB
rgb(45, 74, 134)HSL
hsl(220, 50%, 35%)OKLCH
oklch(0.419 0.106 263.2)CMYK
cmyk(66%, 45%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#284378
2#243B6B
3#1F345E
4#1B2D50
5#162543
6#121E36
7#0D1628
8#090F1B
9#04070D
Tints
Lighter variations
1#35589F
2#3D66B8
3#5178C5
4#6A8BCD
5#839ED6
6#9CB2DE
7#B4C5E6
8#CDD8EE
9#E6ECF7
Tones
Muted variations
1#314C81
2#364D7D
3#3A4F78
4#3E5074
5#435270
6#47536B
7#4C5567
8#505662
9#55585E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD8 #CDD8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7BB #A7BBE2 | BordersInactive statesPlaceholder text |
| 400 | 7997 #7997D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5379 #5379C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 385E #385EA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D4A #2D4A86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2035 #203560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1422 #14223D | Primary textHigh emphasis contentDark headings |
| 950 | 0D15 #0D1526 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E4EAF6;
--charcoal-200: #CDD8EE;
--charcoal-300: #A7BBE2;
--charcoal-400: #7997D2;
--charcoal-500: #5379C6;
--charcoal-600: #385EA8;
--charcoal-700: #2D4A86;
--charcoal-800: #203560;
--charcoal-900: #14223D;
--charcoal-950: #0D1526;
}