Charcoal
#2D5686
BlueColor Codes
All color formats for development
HEX
#2D5686RGB
rgb(45, 86, 134)HSL
hsl(212, 50%, 35%)OKLCH
oklch(0.447 0.092 253.7)CMYK
cmyk(66%, 36%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#284E78
2#24456B
3#1F3C5E
4#1B3450
5#162B43
6#122336
7#0D1A28
8#09111B
9#04090D
Tints
Lighter variations
1#35669F
2#3D76B8
3#5187C5
4#6A98CD
5#83A9D6
6#9CBADE
7#B4CCE6
8#CDDDEE
9#E6EEF7
Tones
Muted variations
1#315781
2#36577D
3#3A5778
4#3E5774
5#435870
6#47586B
7#4C5867
8#505962
9#55595E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDD #CDDDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7C2 #A7C2E2 | BordersInactive statesPlaceholder text |
| 400 | 79A3 #79A3D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5388 #5388C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 386C #386CA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D56 #2D5686 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 203E #203E60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1427 #14273D | Primary textHigh emphasis contentDark headings |
| 950 | 0D19 #0D1926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E4EDF6;
--charcoal-200: #CDDDEE;
--charcoal-300: #A7C2E2;
--charcoal-400: #79A3D2;
--charcoal-500: #5388C6;
--charcoal-600: #386CA8;
--charcoal-700: #2D5686;
--charcoal-800: #203E60;
--charcoal-900: #14273D;
--charcoal-950: #0D1926;
}