Charcoal
#0C4573
BlueColor Codes
All color formats for development
HEX
#0C4573RGB
rgb(12, 69, 115)HSL
hsl(207, 81%, 25%)OKLCH
oklch(0.381 0.096 248.7)CMYK
cmyk(90%, 40%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E68
2#0A375C
3#083051
4#072945
5#06223A
6#051C2E
7#041523
8#020E17
9#01070C
Tints
Lighter variations
1#105A96
2#136EB9
3#1783DB
4#2F96E9
5#52A7ED
6#75B9F0
7#97CAF4
8#BADCF8
9#DCEDFB
Tones
Muted variations
1#11446E
2#164469
3#1C4364
4#21435F
5#26425A
6#2B4254
7#30414F
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 | 95C9 #95C9F4 | BordersInactive statesPlaceholder text |
| 400 | 5DAD #5DADEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F96 #2F96E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1579 #1579CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1160 #1160A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C45 #0C4573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082C #082C4A | 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: #95C9F4;
--charcoal-400: #5DADEE;
--charcoal-500: #2F96E9;
--charcoal-600: #1579CB;
--charcoal-700: #1160A2;
--charcoal-800: #0C4573;
--charcoal-900: #082C4A;
--charcoal-950: #051C2E;
}