Charcoal
#2D5986
BlueColor Codes
All color formats for development
HEX
#2D5986RGB
rgb(45, 89, 134)HSL
hsl(210, 50%, 35%)OKLCH
oklch(0.454 0.089 250.8)CMYK
cmyk(66%, 34%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#285078
2#24476B
3#1F3E5E
4#1B3650
5#162D43
6#122436
7#0D1B28
8#09121B
9#04090D
Tints
Lighter variations
1#356A9F
2#3D7AB8
3#518BC5
4#6A9CCD
5#83ACD6
6#9CBDDE
7#B4CDE6
8#CDDEEE
9#E6EEF7
Tones
Muted variations
1#315981
2#36597D
3#3A5978
4#3E5974
5#435970
6#47596B
7#4C5967
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 | CDDE #CDDEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7C4 #A7C4E2 | BordersInactive statesPlaceholder text |
| 400 | 79A6 #79A6D2 | Disabled statesSecondary iconsMuted text |
| 500 | 538C #538CC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3870 #3870A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D59 #2D5986 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2040 #204060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1429 #14293D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1A #0D1A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E4EDF6;
--charcoal-200: #CDDEEE;
--charcoal-300: #A7C4E2;
--charcoal-400: #79A6D2;
--charcoal-500: #538CC6;
--charcoal-600: #3870A8;
--charcoal-700: #2D5986;
--charcoal-800: #204060;
--charcoal-900: #14293D;
--charcoal-950: #0D1A26;
}