Charcoal
#2F3150
BlueColor Codes
All color formats for development
HEX
#2F3150RGB
rgb(47, 49, 80)HSL
hsl(236, 26%, 25%)OKLCH
oklch(0.326 0.055 280.1)CMYK
cmyk(41%, 39%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A2C48
2#262840
3#212338
4#1C1E30
5#181928
6#131420
7#0E0F18
8#090A10
9#050508
Tints
Lighter variations
1#3D4068
2#4B4F81
3#5A5E99
4#6E72AA
5#878AB8
6#9FA1C6
7#B7B9D5
8#CFD0E3
9#E7E8F1
Tones
Muted variations
1#31334F
2#32344D
3#34364B
4#36374A
5#373948
6#393A46
7#3B3B45
8#3C3D43
9#3E3E41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D6 #D5D6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B7 #B5B7D4 | BordersInactive statesPlaceholder text |
| 400 | 8F92 #8F92BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E72 #6E72AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5357 #53578D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4245 #424570 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F31 #2F3150 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E20 #1E2033 | Primary textHigh emphasis contentDark headings |
| 950 | 1314 #131420 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E9E9F2;
--charcoal-200: #D5D6E6;
--charcoal-300: #B5B7D4;
--charcoal-400: #8F92BD;
--charcoal-500: #6E72AA;
--charcoal-600: #53578D;
--charcoal-700: #424570;
--charcoal-800: #2F3150;
--charcoal-900: #1E2033;
--charcoal-950: #131420;
}