Charcoal
#1C4A63
BlueColor Codes
All color formats for development
HEX
#1C4A63RGB
rgb(28, 74, 99)HSL
hsl(201, 56%, 25%)OKLCH
oklch(0.389 0.065 235.8)CMYK
cmyk(72%, 25%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19435A
2#163C50
3#143446
4#112D3C
5#0E2532
6#0B1E28
7#08161E
8#060F14
9#03070A
Tints
Lighter variations
1#246181
2#2D779F
3#358DBD
4#4CA0CD
5#6AAFD5
6#88BFDD
7#A5CFE6
8#C3DFEE
9#E1EFF7
Tones
Muted variations
1#204960
2#23485C
3#274759
4#2A4655
5#2E4552
6#31444E
7#35434A
8#394247
9#3C4143
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE3 #CBE3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CE #A4CEE5 | BordersInactive statesPlaceholder text |
| 400 | 74B5 #74B5D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CA0 #4CA0CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3183 #3183AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2768 #27688B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C4A #1C4A63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1230 #123040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1E #0B1E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FC;
--charcoal-100: #E3F0F7;
--charcoal-200: #CBE3F0;
--charcoal-300: #A4CEE5;
--charcoal-400: #74B5D8;
--charcoal-500: #4CA0CD;
--charcoal-600: #3183AF;
--charcoal-700: #27688B;
--charcoal-800: #1C4A63;
--charcoal-900: #123040;
--charcoal-950: #0B1E28;
}