Charcoal
#273C59
BlueColor Codes
All color formats for development
HEX
#273C59RGB
rgb(39, 60, 89)HSL
hsl(215, 39%, 25%)OKLCH
oklch(0.353 0.058 256.6)CMYK
cmyk(56%, 33%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#233650
2#1F3047
3#1B2A3E
4#172435
5#131E2C
6#101823
7#0C121B
8#080C12
9#040609
Tints
Lighter variations
1#334D73
2#3E5F8E
3#4A71A8
4#5F85B9
5#7A99C5
6#95AED0
7#AFC2DC
8#CAD6E8
9#E4EBF3
Tones
Muted variations
1#293C56
2#2C3C54
3#2E3D51
4#313D4F
5#333E4C
6#363E4A
7#383F47
8#3B3F45
9#3D3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DC #D1DCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC1 #ADC1DB | BordersInactive statesPlaceholder text |
| 400 | 83A0 #83A0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F85 #5F85B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4469 #44699C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3653 #36537C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273C #273C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1926 #192639 | Primary textHigh emphasis contentDark headings |
| 950 | 1018 #101823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FA;
--charcoal-100: #E6ECF4;
--charcoal-200: #D1DCEB;
--charcoal-300: #ADC1DB;
--charcoal-400: #83A0C9;
--charcoal-500: #5F85B9;
--charcoal-600: #44699C;
--charcoal-700: #36537C;
--charcoal-800: #273C59;
--charcoal-900: #192639;
--charcoal-950: #101823;
}