Charcoal
#294557
BlueColor Codes
All color formats for development
HEX
#294557RGB
rgb(41, 69, 87)HSL
hsl(203, 36%, 25%)OKLCH
oklch(0.376 0.046 237.9)CMYK
cmyk(53%, 21%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#253E4E
2#213745
3#1D303D
4#182934
5#14232B
6#101C23
7#0C151A
8#080E11
9#040709
Tints
Lighter variations
1#355A71
2#416F8B
3#4E83A5
4#6396B6
5#7DA7C2
6#97B9CE
7#B1CADA
8#CBDCE7
9#E5EDF3
Tones
Muted variations
1#2B4554
2#2D4452
3#304350
4#32434E
5#34424B
6#374249
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 | E7EF #E7EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E1 #D2E1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC9 #AFC9D9 | BordersInactive statesPlaceholder text |
| 400 | 86AD #86ADC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6396 #6396B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 487A #487A99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3961 #396179 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2945 #294557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2C #1A2C37 | Primary textHigh emphasis contentDark headings |
| 950 | 101C #101C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E7EFF4;
--charcoal-200: #D2E1EA;
--charcoal-300: #AFC9D9;
--charcoal-400: #86ADC6;
--charcoal-500: #6396B6;
--charcoal-600: #487A99;
--charcoal-700: #396179;
--charcoal-800: #294557;
--charcoal-900: #1A2C37;
--charcoal-950: #101C23;
}