Charcoal
#0C4773
BlueColor Codes
All color formats for development
HEX
#0C4773RGB
rgb(12, 71, 115)HSL
hsl(206, 81%, 25%)OKLCH
oklch(0.387 0.094 247)CMYK
cmyk(90%, 38%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B4068
2#0A395C
3#083151
4#072A45
5#06233A
6#051C2E
7#041523
8#020E17
9#01070C
Tints
Lighter variations
1#105C96
2#1371B9
3#1786DB
4#2F99E9
5#52AAED
6#75BBF0
7#97CCF4
8#BADDF8
9#DCEEFB
Tones
Muted variations
1#11466E
2#164569
3#1C4564
4#21445F
5#26435A
6#2B4354
7#30424F
8#35414A
9#3B4045
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E1 #C3E1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CB #95CBF4 | BordersInactive statesPlaceholder text |
| 400 | 5DAF #5DAFEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F99 #2F99E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 157C #157CCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1163 #1163A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C47 #0C4773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082D #082D4A | Primary textHigh emphasis contentDark headings |
| 950 | 051C #051C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F8FE;
--charcoal-100: #DFEFFC;
--charcoal-200: #C3E1F9;
--charcoal-300: #95CBF4;
--charcoal-400: #5DAFEE;
--charcoal-500: #2F99E9;
--charcoal-600: #157CCB;
--charcoal-700: #1163A2;
--charcoal-800: #0C4773;
--charcoal-900: #082D4A;
--charcoal-950: #051C2E;
}