Charcoal
#0F4970
BlueColor Codes
All color formats for development
HEX
#0F4970RGB
rgb(15, 73, 112)HSL
hsl(204, 76%, 25%)OKLCH
oklch(0.39 0.087 243.9)CMYK
cmyk(87%, 35%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E4265
2#0C3B5A
3#0B334F
4#092C43
5#082538
6#061D2D
7#051622
8#030F16
9#02070B
Tints
Lighter variations
1#145F92
2#1876B4
3#1D8CD5
4#359EE3
5#57AEE8
6#78BEED
7#9ACEF1
8#BCDFF6
9#DDEFFA
Tones
Muted variations
1#14486B
2#194867
3#1E4762
4#23465D
5#284558
6#2C4453
7#31434E
8#364249
9#3B4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F0 #E0F0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E3 #C5E3F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98CD #98CDF1 | BordersInactive statesPlaceholder text |
| 400 | 62B3 #62B3EA | Disabled statesSecondary iconsMuted text |
| 500 | 359E #359EE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B81 #1B81C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1567 #15679D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F49 #0F4970 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2F #0A2F48 | Primary textHigh emphasis contentDark headings |
| 950 | 061D #061D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FD;
--charcoal-100: #E0F0FB;
--charcoal-200: #C5E3F7;
--charcoal-300: #98CDF1;
--charcoal-400: #62B3EA;
--charcoal-500: #359EE3;
--charcoal-600: #1B81C5;
--charcoal-700: #15679D;
--charcoal-800: #0F4970;
--charcoal-900: #0A2F48;
--charcoal-950: #061D2D;
}