Charcoal
#274C59
BlueColor Codes
All color formats for development
HEX
#274C59RGB
rgb(39, 76, 89)HSL
hsl(196, 39%, 25%)OKLCH
oklch(0.395 0.048 223)CMYK
cmyk(56%, 15%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#234450
2#1F3C47
3#1B353E
4#172D35
5#13262C
6#101E23
7#0C171B
8#080F12
9#040809
Tints
Lighter variations
1#336273
2#3E798E
3#4A8FA8
4#5FA1B9
5#7AB1C5
6#95C0D0
7#AFD0DC
8#CAE0E8
9#E4EFF3
Tones
Muted variations
1#294A56
2#2C4954
3#2E4851
4#31474F
5#33464C
6#36444A
7#384347
8#3B4245
9#3D4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E4 #D1E4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCF #ADCFDB | BordersInactive statesPlaceholder text |
| 400 | 83B6 #83B6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA1 #5FA1B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4485 #44859C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3669 #36697C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274B #274B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1930 #193039 | Primary textHigh emphasis contentDark headings |
| 950 | 101E #101E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FA;
--charcoal-100: #E6F0F4;
--charcoal-200: #D1E4EB;
--charcoal-300: #ADCFDB;
--charcoal-400: #83B6C9;
--charcoal-500: #5FA1B9;
--charcoal-600: #44859C;
--charcoal-700: #36697C;
--charcoal-800: #274B59;
--charcoal-900: #193039;
--charcoal-950: #101E23;
}