Charcoal
#2F2F50
BlueColor Codes
All color formats for development
HEX
#2F2F50RGB
rgb(47, 47, 80)HSL
hsl(240, 26%, 25%)OKLCH
oklch(0.322 0.058 282.6)CMYK
cmyk(41%, 41%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A2A48
2#262640
3#212138
4#1C1C30
5#181828
6#131320
7#0E0E18
8#090910
9#050508
Tints
Lighter variations
1#3D3D68
2#4B4B81
3#5A5A99
4#6E6EAA
5#8787B8
6#9F9FC6
7#B7B7D5
8#CFCFE3
9#E7E7F1
Tones
Muted variations
1#31314F
2#32324D
3#34344B
4#36364A
5#373748
6#393946
7#3B3B45
8#3C3C43
9#3E3E41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D5 #D5D5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B5 #B5B5D4 | BordersInactive statesPlaceholder text |
| 400 | 8F8F #8F8FBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E6E #6E6EAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5353 #53538D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4242 #424270 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F2F #2F2F50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E1E #1E1E33 | Primary textHigh emphasis contentDark headings |
| 950 | 1313 #131320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5F9;
--charcoal-100: #E9E9F2;
--charcoal-200: #D5D5E6;
--charcoal-300: #B5B5D4;
--charcoal-400: #8F8FBD;
--charcoal-500: #6E6EAA;
--charcoal-600: #53538D;
--charcoal-700: #424270;
--charcoal-800: #2F2F50;
--charcoal-900: #1E1E33;
--charcoal-950: #131320;
}