Charcoal
#2F3850
BlueColor Codes
All color formats for development
HEX
#2F3850RGB
rgb(47, 56, 80)HSL
hsl(224, 26%, 25%)OKLCH
oklch(0.343 0.044 268.2)CMYK
cmyk(41%, 30%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A3248
2#262D40
3#212738
4#1C2230
5#181C28
6#131620
7#0E1118
8#090B10
9#050608
Tints
Lighter variations
1#3D4968
2#4B5A81
3#5A6A99
4#6E7EAA
5#8794B8
6#9FA9C6
7#B7BFD5
8#CFD4E3
9#E7EAF1
Tones
Muted variations
1#31394F
2#323A4D
3#343A4B
4#363B4A
5#373C48
6#393D46
7#3B3D45
8#3C3E43
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 | D5DA #D5DAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BD #B5BDD4 | BordersInactive statesPlaceholder text |
| 400 | 8F9B #8F9BBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E7E #6E7EAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5363 #53638D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 424E #424E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F38 #2F3850 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E24 #1E2433 | 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: #D5DAE6;
--charcoal-300: #B5BDD4;
--charcoal-400: #8F9BBD;
--charcoal-500: #6E7EAA;
--charcoal-600: #53638D;
--charcoal-700: #424E70;
--charcoal-800: #2F3850;
--charcoal-900: #1E2433;
--charcoal-950: #131620;
}