Charcoal
#274E59
CyanColor Codes
All color formats for development
HEX
#274E59RGB
rgb(39, 78, 89)HSL
hsl(193, 39%, 25%)OKLCH
oklch(0.4 0.048 218.3)CMYK
cmyk(56%, 12%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#234650
2#1F3E47
3#1B363E
4#172F35
5#13272C
6#101F23
7#0C171B
8#081012
9#040809
Tints
Lighter variations
1#336573
2#3E7D8E
3#4A94A8
4#5FA6B9
5#7AB5C5
6#95C3D0
7#AFD2DC
8#CAE1E8
9#E4F0F3
Tones
Muted variations
1#294C56
2#2C4B54
3#2E4A51
4#31484F
5#33474C
6#36454A
7#384447
8#3B4345
9#3D4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E5 #D1E5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD1 #ADD1DB | BordersInactive statesPlaceholder text |
| 400 | 83B9 #83B9C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA6 #5FA6B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4489 #44899C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 366D #366D7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274E #274E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1932 #193239 | Primary textHigh emphasis contentDark headings |
| 950 | 101F #101F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FA;
--charcoal-100: #E6F1F4;
--charcoal-200: #D1E5EB;
--charcoal-300: #ADD1DB;
--charcoal-400: #83B9C9;
--charcoal-500: #5FA6B9;
--charcoal-600: #44899C;
--charcoal-700: #366D7C;
--charcoal-800: #274E59;
--charcoal-900: #193239;
--charcoal-950: #101F23;
}