Charcoal
#292B57
BlueColor Codes
All color formats for development
HEX
#292B57RGB
rgb(41, 43, 87)HSL
hsl(237, 36%, 25%)OKLCH
oklch(0.312 0.078 278.9)CMYK
cmyk(53%, 51%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25274E
2#212245
3#1D1E3D
4#181A34
5#14162B
6#101123
7#0C0D1A
8#080911
9#040409
Tints
Lighter variations
1#353871
2#41458B
3#4E52A5
4#6367B6
5#7D80C2
6#979ACE
7#B1B3DA
8#CBCCE7
9#E5E6F3
Tones
Muted variations
1#2B2D54
2#2D2F52
3#303150
4#32334E
5#34354B
6#373749
7#393A47
8#3B3C44
9#3D3E42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D3 #D2D3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB1 #AFB1D9 | BordersInactive statesPlaceholder text |
| 400 | 8689 #8689C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6367 #6367B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 484C #484C99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 393C #393C79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292B #292B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1C #1A1C37 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E7E7F4;
--charcoal-200: #D2D3EA;
--charcoal-300: #AFB1D9;
--charcoal-400: #8689C6;
--charcoal-500: #6367B6;
--charcoal-600: #484C99;
--charcoal-700: #393C79;
--charcoal-800: #292B57;
--charcoal-900: #1A1C37;
--charcoal-950: #101123;
}