Charcoal
#273659
BlueColor Codes
All color formats for development
HEX
#273659RGB
rgb(39, 54, 89)HSL
hsl(222, 39%, 25%)OKLCH
oklch(0.338 0.065 265.5)CMYK
cmyk(56%, 39%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#233050
2#1F2B47
3#1B263E
4#172035
5#131B2C
6#101623
7#0C101B
8#080B12
9#040509
Tints
Lighter variations
1#334673
2#3E568E
3#4A66A8
4#5F7AB9
5#7A90C5
6#95A7D0
7#AFBDDC
8#CAD3E8
9#E4E9F3
Tones
Muted variations
1#293756
2#2C3854
3#2E3951
4#313A4F
5#333B4C
6#363C4A
7#383D47
8#3B3E45
9#3D3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D9 #D1D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBB #ADBBDB | BordersInactive statesPlaceholder text |
| 400 | 8398 #8398C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F7A #5F7AB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 445F #445F9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364B #364B7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2736 #273659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1922 #192239 | Primary textHigh emphasis contentDark headings |
| 950 | 1016 #101623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FA;
--charcoal-100: #E6EAF4;
--charcoal-200: #D1D9EB;
--charcoal-300: #ADBBDB;
--charcoal-400: #8398C9;
--charcoal-500: #5F7AB9;
--charcoal-600: #445F9C;
--charcoal-700: #364B7C;
--charcoal-800: #273659;
--charcoal-900: #192239;
--charcoal-950: #101623;
}