Charcoal
#294757
BlueColor Codes
All color formats for development
HEX
#294757RGB
rgb(41, 71, 87)HSL
hsl(201, 36%, 25%)OKLCH
oklch(0.382 0.045 233)CMYK
cmyk(53%, 18%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25404E
2#213945
3#1D313D
4#182A34
5#14232B
6#101C23
7#0C151A
8#080E11
9#040709
Tints
Lighter variations
1#355C71
2#41718B
3#4E86A5
4#6399B6
5#7DAAC2
6#97BBCE
7#B1CCDA
8#CBDDE7
9#E5EEF3
Tones
Muted variations
1#2B4654
2#2D4552
3#304550
4#32444E
5#34434B
6#374349
7#394247
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 | AFCB #AFCBD9 | BordersInactive statesPlaceholder text |
| 400 | 86AF #86AFC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6399 #6399B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 487C #487C99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3963 #396379 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2947 #294757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2D #1A2D37 | 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: #AFCBD9;
--charcoal-400: #86AFC6;
--charcoal-500: #6399B6;
--charcoal-600: #487C99;
--charcoal-700: #396379;
--charcoal-800: #294757;
--charcoal-900: #1A2D37;
--charcoal-950: #101C23;
}