Charcoal
#2D5386
BlueColor Codes
All color formats for development
HEX
#2D5386RGB
rgb(45, 83, 134)HSL
hsl(214, 50%, 35%)OKLCH
oklch(0.44 0.095 256.3)CMYK
cmyk(66%, 38%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#284B78
2#24436B
3#1F3A5E
4#1B3250
5#162A43
6#122136
7#0D1928
8#09111B
9#04080D
Tints
Lighter variations
1#35639F
2#3D72B8
3#5183C5
4#6A95CD
5#83A7D6
6#9CB8DE
7#B4CAE6
8#CDDCEE
9#E6EDF7
Tones
Muted variations
1#315481
2#36547D
3#3A5578
4#3E5674
5#435670
6#47576B
7#4C5767
8#505862
9#55595E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDC #CDDCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7C0 #A7C0E2 | BordersInactive statesPlaceholder text |
| 400 | 79A0 #79A0D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5385 #5385C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3869 #3869A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D53 #2D5386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 203B #203B60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1426 #14263D | Primary textHigh emphasis contentDark headings |
| 950 | 0D18 #0D1826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E4ECF6;
--charcoal-200: #CDDCEE;
--charcoal-300: #A7C0E2;
--charcoal-400: #79A0D2;
--charcoal-500: #5385C6;
--charcoal-600: #3869A8;
--charcoal-700: #2D5386;
--charcoal-800: #203B60;
--charcoal-900: #14263D;
--charcoal-950: #0D1826;
}