Charcoal
#0C3245
BlueColor Codes
All color formats for development
HEX
#0C3245RGB
rgb(12, 50, 69)HSL
hsl(200, 70%, 16%)OKLCH
oklch(0.301 0.054 234.7)CMYK
cmyk(83%, 28%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B2D3E
2#0A2837
3#092331
4#071E2A
5#061923
6#05141C
7#040F15
8#020A0E
9#010507
Tints
Lighter variations
1#134D6A
2#19678E
3#2082B3
4#269CD7
5#49ADDF
6#6DBDE5
7#92CEEC
8#B6DEF2
9#DBEFF9
Tones
Muted variations
1#0F3143
2#123040
3#152F3D
4#182F3A
5#1B2E37
6#1D2D34
7#202C31
8#232B2F
9#262A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F1 #E1F1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E6 #C7E6F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD2 #9BD2ED | BordersInactive statesPlaceholder text |
| 400 | 67BB #67BBE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CA7 #3CA7DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 228A #228ABF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B6E #1B6E98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 134F #134F6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C32 #0C3245 | Primary textHigh emphasis contentDark headings |
| 950 | 081F #081F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FD;
--charcoal-100: #E1F1FA;
--charcoal-200: #C7E6F5;
--charcoal-300: #9BD2ED;
--charcoal-400: #67BBE4;
--charcoal-500: #3CA7DD;
--charcoal-600: #228ABF;
--charcoal-700: #1B6E98;
--charcoal-800: #134F6C;
--charcoal-900: #0C3245;
--charcoal-950: #081F2B;
}