Charcoal
#0C2F46
BlueColor Codes
All color formats for development
HEX
#0C2F46RGB
rgb(12, 47, 70)HSL
hsl(204, 71%, 16%)OKLCH
oklch(0.293 0.058 241.7)CMYK
cmyk(83%, 33%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B2A3F
2#092538
3#082131
4#071C2A
5#061723
6#05131C
7#040E15
8#02090E
9#010507
Tints
Lighter variations
1#12476A
2#18608F
3#1E78B4
4#2590D8
5#48A3E0
6#6CB5E6
7#91C8EC
8#B6DAF3
9#DAEDF9
Tones
Muted variations
1#0F2E43
2#122D40
3#152D3D
4#172C3A
5#1A2C37
6#1D2B34
7#202B31
8#232A2F
9#26292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F0 #E0F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E3 #C6E3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCD #9BCDEE | BordersInactive statesPlaceholder text |
| 400 | 66B2 #66B2E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B9D #3B9DDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2180 #2180C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A66 #1A6699 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1249 #12496D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2F #0C2F46 | Primary textHigh emphasis contentDark headings |
| 950 | 071D #071D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E0F0FA;
--charcoal-200: #C6E3F5;
--charcoal-300: #9BCDEE;
--charcoal-400: #66B2E5;
--charcoal-500: #3B9DDE;
--charcoal-600: #2180C0;
--charcoal-700: #1A6699;
--charcoal-800: #12496D;
--charcoal-900: #0C2F46;
--charcoal-950: #071D2C;
}