Charcoal
#0C4373
BlueColor Codes
All color formats for development
HEX
#0C4373RGB
rgb(12, 67, 115)HSL
hsl(208, 81%, 25%)OKLCH
oklch(0.376 0.098 250.3)CMYK
cmyk(90%, 42%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3C68
2#0A365C
3#082F51
4#072845
5#06223A
6#051B2E
7#041423
8#020D17
9#01070C
Tints
Lighter variations
1#105796
2#136CB9
3#1780DB
4#2F92E9
5#52A5ED
6#75B7F0
7#97C9F4
8#BADBF8
9#DCEDFB
Tones
Muted variations
1#11436E
2#164369
3#1C4264
4#21425F
5#26415A
6#2B4154
7#30414F
8#35404A
9#3B4045
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E0 #C3E0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C8 #95C8F4 | BordersInactive statesPlaceholder text |
| 400 | 5DAB #5DABEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F92 #2F92E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1576 #1576CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 115E #115EA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C43 #0C4373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082B #082B4A | Primary textHigh emphasis contentDark headings |
| 950 | 051B #051B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F8FE;
--charcoal-100: #DFEEFC;
--charcoal-200: #C3E0F9;
--charcoal-300: #95C8F4;
--charcoal-400: #5DABEE;
--charcoal-500: #2F92E9;
--charcoal-600: #1576CB;
--charcoal-700: #115EA2;
--charcoal-800: #0C4373;
--charcoal-900: #082B4A;
--charcoal-950: #051B2E;
}