Charcoal
#2F3750
BlueColor Codes
All color formats for development
HEX
#2F3750RGB
rgb(47, 55, 80)HSL
hsl(225, 26%, 25%)OKLCH
oklch(0.341 0.045 270.2)CMYK
cmyk(41%, 31%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A3248
2#262C40
3#212738
4#1C2130
5#181C28
6#131620
7#0E1118
8#090B10
9#050608
Tints
Lighter variations
1#3D4868
2#4B5981
3#5A6999
4#6E7DAA
5#8793B8
6#9FA9C6
7#B7BED5
8#CFD4E3
9#E7E9F1
Tones
Muted variations
1#31384F
2#32394D
3#343A4B
4#363B4A
5#373C48
6#393C46
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 | 8F9A #8F9ABD | Disabled statesSecondary iconsMuted text |
| 500 | 6E7D #6E7DAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5362 #53628D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 424E #424E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F37 #2F3750 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E23 #1E2333 | 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: #8F9ABD;
--charcoal-500: #6E7DAA;
--charcoal-600: #53628D;
--charcoal-700: #424E70;
--charcoal-800: #2F3750;
--charcoal-900: #1E2333;
--charcoal-950: #131620;
}