Charcoal
#2D5086
BlueColor Codes
All color formats for development
HEX
#2D5086RGB
rgb(45, 80, 134)HSL
hsl(216, 50%, 35%)OKLCH
oklch(0.433 0.099 258.8)CMYK
cmyk(66%, 40%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#284878
2#24406B
3#1F385E
4#1B3050
5#162843
6#122036
7#0D1828
8#09101B
9#04080D
Tints
Lighter variations
1#355F9F
2#3D6EB8
3#517FC5
4#6A92CD
5#83A4D6
6#9CB6DE
7#B4C8E6
8#CDDBEE
9#E6EDF7
Tones
Muted variations
1#315181
2#36527D
3#3A5378
4#3E5474
5#435570
6#47566B
7#4C5767
8#505762
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 | CDDB #CDDBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7BE #A7BEE2 | BordersInactive statesPlaceholder text |
| 400 | 799D #799DD2 | Disabled statesSecondary iconsMuted text |
| 500 | 5381 #5381C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3865 #3865A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D50 #2D5086 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2039 #203960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1425 #14253D | 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: #CDDBEE;
--charcoal-300: #A7BEE2;
--charcoal-400: #799DD2;
--charcoal-500: #5381C6;
--charcoal-600: #3865A8;
--charcoal-700: #2D5086;
--charcoal-800: #203960;
--charcoal-900: #14253D;
--charcoal-950: #0D1726;
}