Charcoal
#303850
BlueColor Codes
All color formats for development
HEX
#303850RGB
rgb(48, 56, 80)HSL
hsl(225, 25%, 25%)OKLCH
oklch(0.344 0.044 269.8)CMYK
cmyk(40%, 30%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B3248
2#262D40
3#212738
4#1D2130
5#181C28
6#131620
7#0E1118
8#0A0B10
9#050608
Tints
Lighter variations
1#3E4968
2#4D5980
3#5B6A97
4#707EA9
5#8793B7
6#9FA9C6
7#B7BED4
8#CFD4E2
9#E7E9F1
Tones
Muted variations
1#31394E
2#33394D
3#353A4B
4#363B49
5#383C48
6#393D46
7#3B3D45
8#3D3E43
9#3E3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DA #D6DAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BD #B6BDD3 | BordersInactive statesPlaceholder text |
| 400 | 8F9B #8F9BBC | Disabled statesSecondary iconsMuted text |
| 500 | 707E #707EA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5462 #54628C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 434E #434E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3038 #303850 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F24 #1F2433 | Primary textHigh emphasis contentDark headings |
| 950 | 1316 #131620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E9EBF2;
--charcoal-200: #D6DAE6;
--charcoal-300: #B6BDD3;
--charcoal-400: #8F9BBC;
--charcoal-500: #707EA9;
--charcoal-600: #54628C;
--charcoal-700: #434E70;
--charcoal-800: #303850;
--charcoal-900: #1F2433;
--charcoal-950: #131620;
}