Charcoal
#23265C
BlueColor Codes
All color formats for development
HEX
#23265CRGB
rgb(35, 38, 92)HSL
hsl(237, 45%, 25%)OKLCH
oklch(0.3 0.095 276.6)CMYK
cmyk(62%, 59%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202253
2#1C1E4A
3#191B41
4#151737
5#12132E
6#0E0F25
7#0B0B1C
8#070812
9#040409
Tints
Lighter variations
1#2E3178
2#383D94
3#4348B0
4#595EC0
5#7479CA
6#9094D5
7#ACAEDF
8#C8C9EA
9#E3E4F4
Tones
Muted variations
1#26295A
2#292B57
3#2C2E54
4#2F3051
5#31334E
6#34354B
7#373848
8#3A3B45
9#3D3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD0 #CFD0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAAD #AAADDF | BordersInactive statesPlaceholder text |
| 400 | 7E82 #7E82CE | Disabled statesSecondary iconsMuted text |
| 500 | 595E #595EC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E43 #3E43A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3135 #313581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2326 #23265C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1618 #16183B | Primary textHigh emphasis contentDark headings |
| 950 | 0E0F #0E0F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E6F5;
--charcoal-200: #CFD0ED;
--charcoal-300: #AAADDF;
--charcoal-400: #7E82CE;
--charcoal-500: #595EC0;
--charcoal-600: #3E43A3;
--charcoal-700: #313581;
--charcoal-800: #23265C;
--charcoal-900: #16183B;
--charcoal-950: #0E0F25;
}