Charcoal
#2F3051
BlueColor Codes
All color formats for development
HEX
#2F3051RGB
rgb(47, 48, 81)HSL
hsl(238, 27%, 25%)OKLCH
oklch(0.325 0.058 281.3)CMYK
cmyk(42%, 41%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A2B49
2#252641
3#212139
4#1C1D31
5#171828
6#131320
7#0E0E18
8#090A10
9#050508
Tints
Lighter variations
1#3C3E69
2#4A4C82
3#585B9A
4#6D6FAB
5#8687B9
6#9E9FC7
7#B6B7D5
8#CECFE3
9#E7E7F1
Tones
Muted variations
1#30314F
2#32334E
3#34354C
4#35364A
5#373848
6#393947
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 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D5 #D5D5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B6 #B5B6D4 | BordersInactive statesPlaceholder text |
| 400 | 8E8F #8E8FBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D6F #6D6FAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5254 #52548E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4143 #414371 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F30 #2F3051 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E1F #1E1F34 | 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: #E8E9F2;
--charcoal-200: #D5D5E7;
--charcoal-300: #B5B6D4;
--charcoal-400: #8E8FBE;
--charcoal-500: #6D6FAB;
--charcoal-600: #52548E;
--charcoal-700: #414371;
--charcoal-800: #2F3051;
--charcoal-900: #1E1F34;
--charcoal-950: #131320;
}