Charcoal
#274F59
CyanColor Codes
All color formats for development
HEX
#274F59RGB
rgb(39, 79, 89)HSL
hsl(192, 39%, 25%)OKLCH
oklch(0.403 0.048 216)CMYK
cmyk(56%, 11%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#234750
2#1F3F47
3#1B373E
4#172F35
5#13272C
6#101F23
7#0C181B
8#081012
9#040809
Tints
Lighter variations
1#336673
2#3E7E8E
3#4A95A8
4#5FA7B9
5#7AB6C5
6#95C4D0
7#AFD3DC
8#CAE2E8
9#E4F0F3
Tones
Muted variations
1#294D56
2#2C4C54
3#2E4A51
4#31494F
5#33474C
6#36464A
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 | D1E6 #D1E6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD2 #ADD2DB | BordersInactive statesPlaceholder text |
| 400 | 83BB #83BBC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA7 #5FA7B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 448A #448A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 366E #366E7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274F #274F59 | 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: #D1E6EB;
--charcoal-300: #ADD2DB;
--charcoal-400: #83BBC9;
--charcoal-500: #5FA7B9;
--charcoal-600: #448A9C;
--charcoal-700: #366E7C;
--charcoal-800: #274F59;
--charcoal-900: #193239;
--charcoal-950: #101F23;
}