Charcoal
#0F4170
BlueColor Codes
All color formats for development
HEX
#0F4170RGB
rgb(15, 65, 112)HSL
hsl(209, 76%, 25%)OKLCH
oklch(0.37 0.096 251.2)CMYK
cmyk(87%, 42%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B65
2#0C345A
3#0B2E4F
4#092743
5#082138
6#061A2D
7#051422
8#030D16
9#02070B
Tints
Lighter variations
1#145592
2#1869B4
3#1D7CD5
4#358FE3
5#57A2E8
6#78B4ED
7#9AC7F1
8#BCDAF6
9#DDECFA
Tones
Muted variations
1#14416B
2#194167
3#1E4162
4#23415D
5#284158
6#2C4053
7#31404E
8#364049
9#3B4045
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EE #E0EEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DF #C5DFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C6 #98C6F1 | BordersInactive statesPlaceholder text |
| 400 | 62A8 #62A8EA | Disabled statesSecondary iconsMuted text |
| 500 | 358F #358FE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B73 #1B73C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 155C #155C9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F41 #0F4170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2A #0A2A48 | Primary textHigh emphasis contentDark headings |
| 950 | 061A #061A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E0EEFB;
--charcoal-200: #C5DFF7;
--charcoal-300: #98C6F1;
--charcoal-400: #62A8EA;
--charcoal-500: #358FE3;
--charcoal-600: #1B73C5;
--charcoal-700: #155C9D;
--charcoal-800: #0F4170;
--charcoal-900: #0A2A48;
--charcoal-950: #061A2D;
}