Charcoal
#2F3050
BlueColor Codes
All color formats for development
HEX
#2F3050RGB
rgb(47, 48, 80)HSL
hsl(238, 26%, 25%)OKLCH
oklch(0.324 0.056 281.4)CMYK
cmyk(41%, 40%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A2B48
2#262740
3#212238
4#1C1D30
5#181828
6#131320
7#0E0E18
8#090A10
9#050508
Tints
Lighter variations
1#3D3F68
2#4B4D81
3#5A5C99
4#6E70AA
5#8788B8
6#9FA0C6
7#B7B8D5
8#CFCFE3
9#E7E7F1
Tones
Muted variations
1#31324F
2#32334D
3#34354B
4#36364A
5#373848
6#393A46
7#3B3B45
8#3C3D43
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 | D5D6 #D5D6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B6 #B5B6D4 | BordersInactive statesPlaceholder text |
| 400 | 8F90 #8F90BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E70 #6E70AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5355 #53558D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4244 #424470 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F30 #2F3050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E1F #1E1F33 | 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: #D5D6E6;
--charcoal-300: #B5B6D4;
--charcoal-400: #8F90BD;
--charcoal-500: #6E70AA;
--charcoal-600: #53558D;
--charcoal-700: #424470;
--charcoal-800: #2F3050;
--charcoal-900: #1E1F33;
--charcoal-950: #131320;
}