Charcoal
#2F3950
BlueColor Codes
All color formats for development
HEX
#2F3950RGB
rgb(47, 57, 80)HSL
hsl(222, 26%, 25%)OKLCH
oklch(0.346 0.043 266.1)CMYK
cmyk(41%, 29%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A3348
2#262E40
3#212838
4#1C2230
5#181D28
6#131720
7#0E1118
8#090B10
9#050608
Tints
Lighter variations
1#3D4A68
2#4B5B81
3#5A6D99
4#6E80AA
5#8795B8
6#9FABC6
7#B7C0D5
8#CFD5E3
9#E7EAF1
Tones
Muted variations
1#313A4F
2#323A4D
3#343B4B
4#363C4A
5#373C48
6#393D46
7#3B3E45
8#3C3E43
9#3E3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DA #D5DAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BE #B5BED4 | BordersInactive statesPlaceholder text |
| 400 | 8F9C #8F9CBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E80 #6E80AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5365 #53658D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4250 #425070 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F39 #2F3950 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E25 #1E2533 | Primary textHigh emphasis contentDark headings |
| 950 | 1317 #131720 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7F9;
--charcoal-100: #E9EBF2;
--charcoal-200: #D5DAE6;
--charcoal-300: #B5BED4;
--charcoal-400: #8F9CBD;
--charcoal-500: #6E80AA;
--charcoal-600: #53658D;
--charcoal-700: #425070;
--charcoal-800: #2F3950;
--charcoal-900: #1E2533;
--charcoal-950: #131720;
}