Charcoal
#273159
BlueColor Codes
All color formats for development
HEX
#273159RGB
rgb(39, 49, 89)HSL
hsl(228, 39%, 25%)OKLCH
oklch(0.326 0.072 271.3)CMYK
cmyk(56%, 45%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#232C50
2#1F2747
3#1B223E
4#171D35
5#13182C
6#101423
7#0C0F1B
8#080A12
9#040509
Tints
Lighter variations
1#333F73
2#3E4E8E
3#4A5DA8
4#5F71B9
5#7A89C5
6#95A1D0
7#AFB8DC
8#CAD0E8
9#E4E7F3
Tones
Muted variations
1#293256
2#2C3454
3#2E3551
4#31374F
5#33384C
6#363A4A
7#383B47
8#3B3D45
9#3D3E42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D6 #D1D6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB7 #ADB7DB | BordersInactive statesPlaceholder text |
| 400 | 8391 #8391C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F71 #5F71B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4456 #44569C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3644 #36447C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2731 #273159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191F #191F39 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FA;
--charcoal-100: #E6E9F4;
--charcoal-200: #D1D6EB;
--charcoal-300: #ADB7DB;
--charcoal-400: #8391C9;
--charcoal-500: #5F71B9;
--charcoal-600: #44569C;
--charcoal-700: #36447C;
--charcoal-800: #273159;
--charcoal-900: #191F39;
--charcoal-950: #101423;
}