Charcoal
#2E5985
BlueColor Codes
All color formats for development
HEX
#2E5985RGB
rgb(46, 89, 133)HSL
hsl(210, 49%, 35%)OKLCH
oklch(0.454 0.087 250.8)CMYK
cmyk(65%, 33%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#295078
2#24476A
3#203E5D
4#1B3650
5#172D42
6#122435
7#0E1B28
8#09121B
9#05090D
Tints
Lighter variations
1#366A9E
2#3E7AB6
3#528BC4
4#6B9CCC
5#84ACD5
6#9CBDDD
7#B5CDE6
8#CEDEEE
9#E6EEF7
Tones
Muted variations
1#325981
2#36597C
3#3B5978
4#3F5973
5#43596F
6#48596B
7#4C5966
8#515962
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 | CEDE #CEDEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C4 #A8C4E1 | BordersInactive statesPlaceholder text |
| 400 | 7AA6 #7AA6D1 | Disabled statesSecondary iconsMuted text |
| 500 | 548C #548CC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3970 #3970A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E59 #2E5985 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2140 #21405F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1529 #15293D | 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: #CEDEEE;
--charcoal-300: #A8C4E1;
--charcoal-400: #7AA6D1;
--charcoal-500: #548CC4;
--charcoal-600: #3970A7;
--charcoal-700: #2E5985;
--charcoal-800: #21405F;
--charcoal-900: #15293D;
--charcoal-950: #0D1A26;
}