Charcoal
#2E5185
BlueColor Codes
All color formats for development
HEX
#2E5185RGB
rgb(46, 81, 133)HSL
hsl(216, 49%, 35%)OKLCH
oklch(0.435 0.096 258.1)CMYK
cmyk(65%, 39%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#294878
2#24406A
3#20385D
4#1B3050
5#172842
6#122035
7#0E1828
8#09101B
9#05080D
Tints
Lighter variations
1#365F9E
2#3E6EB6
3#5280C4
4#6B92CC
5#84A4D5
6#9CB6DD
7#B5C8E6
8#CEDBEE
9#E6EDF7
Tones
Muted variations
1#325181
2#36527C
3#3B5378
4#3F5473
5#43556F
6#48566B
7#4C5766
8#515862
9#55585E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDB #CEDBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BF #A8BFE1 | BordersInactive statesPlaceholder text |
| 400 | 7A9D #7A9DD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5481 #5481C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3965 #3965A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E51 #2E5185 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213A #213A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1525 #15253D | Primary textHigh emphasis contentDark headings |
| 950 | 0D17 #0D1726 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E4EBF6;
--charcoal-200: #CEDBEE;
--charcoal-300: #A8BFE1;
--charcoal-400: #7A9DD1;
--charcoal-500: #5481C4;
--charcoal-600: #3965A7;
--charcoal-700: #2E5185;
--charcoal-800: #213A5F;
--charcoal-900: #15253D;
--charcoal-950: #0D1726;
}