Charcoal
#103341
BlueColor Codes
All color formats for development
HEX
#103341RGB
rgb(16, 51, 65)HSL
hsl(197, 60%, 16%)OKLCH
oklch(0.303 0.047 227.9)CMYK
cmyk(75%, 22%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F2E3B
2#0D2934
3#0B242E
4#0A1F27
5#081A21
6#07151A
7#050F14
8#030A0D
9#020507
Tints
Lighter variations
1#194E64
2#216986
3#2A84A8
4#339FCA
5#54B0D4
6#76C0DD
7#98CFE5
8#BADFEE
9#DDEFF6
Tones
Muted variations
1#13323F
2#15313C
3#18303A
4#1A2F37
5#1D2E35
6#1F2D33
7#212C30
8#242B2E
9#262A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE6 #CAE6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D4 #A1D4E8 | BordersInactive statesPlaceholder text |
| 400 | 70BD #70BDDB | Disabled statesSecondary iconsMuted text |
| 500 | 47AA #47AAD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D8D #2D8DB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2470 #24708F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A50 #1A5066 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1033 #103341 | Primary textHigh emphasis contentDark headings |
| 950 | 0A20 #0A2029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FC;
--charcoal-100: #E2F2F8;
--charcoal-200: #CAE6F2;
--charcoal-300: #A1D4E8;
--charcoal-400: #70BDDB;
--charcoal-500: #47AAD1;
--charcoal-600: #2D8DB4;
--charcoal-700: #24708F;
--charcoal-800: #1A5066;
--charcoal-900: #103341;
--charcoal-950: #0A2029;
}