Charcoal
#294457
BlueColor Codes
All color formats for development
HEX
#294457RGB
rgb(41, 68, 87)HSL
hsl(205, 36%, 25%)OKLCH
oklch(0.374 0.046 240.3)CMYK
cmyk(53%, 22%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#253D4E
2#213645
3#1D2F3D
4#182934
5#14222B
6#101B23
7#0C141A
8#080E11
9#040709
Tints
Lighter variations
1#355871
2#416C8B
3#4E80A5
4#6393B6
5#7DA5C2
6#97B7CE
7#B1C9DA
8#CBDBE7
9#E5EDF3
Tones
Muted variations
1#2B4354
2#2D4352
3#304250
4#32424E
5#34424B
6#374149
7#394147
8#3B4144
9#3D4042
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E0 #D2E0EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC8 #AFC8D9 | BordersInactive statesPlaceholder text |
| 400 | 86AB #86ABC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6393 #6393B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4877 #487799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 395F #395F79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2944 #294457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2B #1A2B37 | Primary textHigh emphasis contentDark headings |
| 950 | 101B #101B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E7EEF4;
--charcoal-200: #D2E0EA;
--charcoal-300: #AFC8D9;
--charcoal-400: #86ABC6;
--charcoal-500: #6393B6;
--charcoal-600: #487799;
--charcoal-700: #395F79;
--charcoal-800: #294457;
--charcoal-900: #1A2B37;
--charcoal-950: #101B23;
}