Charcoal
#272C59
BlueColor Codes
All color formats for development
HEX
#272C59RGB
rgb(39, 44, 89)HSL
hsl(234, 39%, 25%)OKLCH
oklch(0.314 0.08 276)CMYK
cmyk(56%, 51%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#232750
2#1F2347
3#1B1F3E
4#171A35
5#13162C
6#101223
7#0C0D1B
8#080912
9#040409
Tints
Lighter variations
1#333973
2#3E468E
3#4A53A8
4#5F68B9
5#7A82C5
6#959BD0
7#AFB4DC
8#CACDE8
9#E4E6F3
Tones
Muted variations
1#292E56
2#2C3054
3#2E3251
4#31344F
5#33364C
6#36384A
7#383A47
8#3B3C45
9#3D3E42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D4 #D1D4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB2 #ADB2DB | BordersInactive statesPlaceholder text |
| 400 | 838A #838AC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F68 #5F68B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 444D #444D9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363D #363D7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272C #272C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191C #191C39 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FA;
--charcoal-100: #E6E8F4;
--charcoal-200: #D1D4EB;
--charcoal-300: #ADB2DB;
--charcoal-400: #838AC9;
--charcoal-500: #5F68B9;
--charcoal-600: #444D9C;
--charcoal-700: #363D7C;
--charcoal-800: #272C59;
--charcoal-900: #191C39;
--charcoal-950: #101223;
}