Charcoal
#2D4386
BlueColor Codes
All color formats for development
HEX
#2D4386RGB
rgb(45, 67, 134)HSL
hsl(225, 50%, 35%)OKLCH
oklch(0.403 0.115 267.4)CMYK
cmyk(66%, 50%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#283C78
2#24366B
3#1F2F5E
4#1B2850
5#162143
6#121B36
7#0D1428
8#090D1B
9#04070D
Tints
Lighter variations
1#354F9F
2#3D5CB8
3#516EC5
4#6A83CD
5#8397D6
6#9CACDE
7#B4C1E6
8#CDD6EE
9#E6EAF7
Tones
Muted variations
1#314581
2#36477D
3#3A4A78
4#3E4C74
5#434E70
6#47506B
7#4C5367
8#505562
9#55575E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD6 #CDD6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7B6 #A7B6E2 | BordersInactive statesPlaceholder text |
| 400 | 798F #798FD2 | Disabled statesSecondary iconsMuted text |
| 500 | 5370 #5370C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3854 #3854A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D43 #2D4386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2030 #203060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141F #141F3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D13 #0D1326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E4E9F6;
--charcoal-200: #CDD6EE;
--charcoal-300: #A7B6E2;
--charcoal-400: #798FD2;
--charcoal-500: #5370C6;
--charcoal-600: #3854A8;
--charcoal-700: #2D4386;
--charcoal-800: #203060;
--charcoal-900: #141F3D;
--charcoal-950: #0D1326;
}