Charcoal
#2D5586
BlueColor Codes
All color formats for development
HEX
#2D5586RGB
rgb(45, 85, 134)HSL
hsl(213, 50%, 35%)OKLCH
oklch(0.445 0.093 254.6)CMYK
cmyk(66%, 37%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#284C78
2#24446B
3#1F3B5E
4#1B3350
5#162A43
6#122236
7#0D1928
8#09111B
9#04080D
Tints
Lighter variations
1#35659F
2#3D74B8
3#5185C5
4#6A97CD
5#83A8D6
6#9CB9DE
7#B4CBE6
8#CDDCEE
9#E6EEF7
Tones
Muted variations
1#315581
2#36567D
3#3A5678
4#3E5774
5#435770
6#47576B
7#4C5867
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 | A7C1 #A7C1E2 | BordersInactive statesPlaceholder text |
| 400 | 79A1 #79A1D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5387 #5387C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 386B #386BA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D55 #2D5586 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 203D #203D60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1427 #14273D | 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: #A7C1E2;
--charcoal-400: #79A1D2;
--charcoal-500: #5387C6;
--charcoal-600: #386BA8;
--charcoal-700: #2D5586;
--charcoal-800: #203D60;
--charcoal-900: #14273D;
--charcoal-950: #0D1826;
}