Charcoal
#0C3E73
BlueColor Codes
All color formats for development
HEX
#0C3E73RGB
rgb(12, 62, 115)HSL
hsl(211, 81%, 25%)OKLCH
oklch(0.364 0.104 254)CMYK
cmyk(90%, 46%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3868
2#0A325C
3#082B51
4#072545
5#061F3A
6#05192E
7#041323
8#020C17
9#01060C
Tints
Lighter variations
1#105196
2#1363B9
3#1776DB
4#2F89E9
5#529DED
6#75B0F0
7#97C4F4
8#BAD8F8
9#DCEBFB
Tones
Muted variations
1#113E6E
2#163E69
3#1C3F64
4#213F5F
5#263F5A
6#2B3F54
7#303F4F
8#353F4A
9#3B4045
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFED #DFEDFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DD #C3DDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C3 #95C3F4 | BordersInactive statesPlaceholder text |
| 400 | 5DA3 #5DA3EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F89 #2F89E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 156D #156DCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1157 #1157A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C3E #0C3E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0828 #08284A | Primary textHigh emphasis contentDark headings |
| 950 | 0519 #05192E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F7FE;
--charcoal-100: #DFEDFC;
--charcoal-200: #C3DDF9;
--charcoal-300: #95C3F4;
--charcoal-400: #5DA3EE;
--charcoal-500: #2F89E9;
--charcoal-600: #156DCB;
--charcoal-700: #1157A2;
--charcoal-800: #0C3E73;
--charcoal-900: #08284A;
--charcoal-950: #05192E;
}