Charcoal
#0C4A73
BlueColor Codes
All color formats for development
HEX
#0C4A73RGB
rgb(12, 74, 115)HSL
hsl(204, 81%, 25%)OKLCH
oklch(0.394 0.091 244.2)CMYK
cmyk(90%, 36%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B4368
2#0A3B5C
3#083451
4#072C45
5#06253A
6#051E2E
7#041623
8#020F17
9#01070C
Tints
Lighter variations
1#106096
2#1377B9
3#178DDB
4#2F9FE9
5#52AFED
6#75BFF0
7#97CFF4
8#BADFF8
9#DCEFFB
Tones
Muted variations
1#11496E
2#164869
3#1C4764
4#21465F
5#26455A
6#2B4454
7#30434F
8#35424A
9#3B4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E3 #C3E3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CE #95CEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB4 #5DB4EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F9F #2F9FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1582 #1582CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1168 #1168A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C4A #0C4A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082F #082F4A | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F9FE;
--charcoal-100: #DFF0FC;
--charcoal-200: #C3E3F9;
--charcoal-300: #95CEF4;
--charcoal-400: #5DB4EE;
--charcoal-500: #2F9FE9;
--charcoal-600: #1582CB;
--charcoal-700: #1168A2;
--charcoal-800: #0C4A73;
--charcoal-900: #082F4A;
--charcoal-950: #051E2E;
}