Charcoal
#2F3450
BlueColor Codes
All color formats for development
HEX
#2F3450RGB
rgb(47, 52, 80)HSL
hsl(231, 26%, 25%)OKLCH
oklch(0.334 0.05 275.6)CMYK
cmyk(41%, 35%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A2F48
2#262A40
3#212538
4#1C1F30
5#181A28
6#131520
7#0E1018
8#090A10
9#050508
Tints
Lighter variations
1#3D4468
2#4B5381
3#5A6399
4#6E77AA
5#878EB8
6#9FA5C6
7#B7BBD5
8#CFD2E3
9#E7E8F1
Tones
Muted variations
1#31354F
2#32364D
3#34384B
4#36394A
5#373A48
6#393B46
7#3B3C45
8#3C3D43
9#3E3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D8 #D5D8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BA #B5BAD4 | BordersInactive statesPlaceholder text |
| 400 | 8F96 #8F96BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E77 #6E77AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 535C #535C8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4249 #424970 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F34 #2F3450 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E21 #1E2133 | Primary textHigh emphasis contentDark headings |
| 950 | 1315 #131520 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E9EAF2;
--charcoal-200: #D5D8E6;
--charcoal-300: #B5BAD4;
--charcoal-400: #8F96BD;
--charcoal-500: #6E77AA;
--charcoal-600: #535C8D;
--charcoal-700: #424970;
--charcoal-800: #2F3450;
--charcoal-900: #1E2133;
--charcoal-950: #131520;
}