Charcoal
#0C3246
BlueColor Codes
All color formats for development
HEX
#0C3246RGB
rgb(12, 50, 70)HSL
hsl(201, 71%, 16%)OKLCH
oklch(0.301 0.055 236.1)CMYK
cmyk(83%, 29%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B2D3F
2#092838
3#082331
4#071E2A
5#061923
6#05141C
7#040F15
8#020A0E
9#010507
Tints
Lighter variations
1#124B6A
2#18658F
3#1E7FB4
4#2599D8
5#48ABE0
6#6CBCE6
7#91CCEC
8#B6DDF3
9#DAEEF9
Tones
Muted variations
1#0F3143
2#123040
3#152F3D
4#172E3A
5#1A2D37
6#1D2C34
7#202B31
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 | E0F1 #E0F1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E5 #C6E5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD1 #9BD1EE | BordersInactive statesPlaceholder text |
| 400 | 66B9 #66B9E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BA5 #3BA5DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2188 #2188C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A6C #1A6C99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 124D #124D6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C31 #0C3146 | Primary textHigh emphasis contentDark headings |
| 950 | 071F #071F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FD;
--charcoal-100: #E0F1FA;
--charcoal-200: #C6E5F5;
--charcoal-300: #9BD1EE;
--charcoal-400: #66B9E5;
--charcoal-500: #3BA5DE;
--charcoal-600: #2188C0;
--charcoal-700: #1A6C99;
--charcoal-800: #124D6D;
--charcoal-900: #0C3146;
--charcoal-950: #071F2C;
}