Charcoal
#275359
CyanColor Codes
All color formats for development
HEX
#275359RGB
rgb(39, 83, 89)HSL
hsl(187, 39%, 25%)OKLCH
oklch(0.414 0.049 207.1)CMYK
cmyk(56%, 7%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#234B50
2#1F4247
3#1B3A3E
4#173235
5#13292C
6#102123
7#0C191B
8#081112
9#040809
Tints
Lighter variations
1#336C73
2#3E848E
3#4A9DA8
4#5FAFB9
5#7ABCC5
6#95C9D0
7#AFD7DC
8#CAE4E8
9#E4F2F3
Tones
Muted variations
1#295156
2#2C4F54
3#2E4D51
4#314B4F
5#33494C
6#36474A
7#384547
8#3B4445
9#3D4242
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E8 #D1E8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD6 #ADD6DB | BordersInactive statesPlaceholder text |
| 400 | 83C0 #83C0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FAF #5FAFB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4492 #44929C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3674 #36747C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2753 #275359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1935 #193539 | Primary textHigh emphasis contentDark headings |
| 950 | 1021 #102123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFA;
--charcoal-100: #E6F2F4;
--charcoal-200: #D1E8EB;
--charcoal-300: #ADD6DB;
--charcoal-400: #83C0C9;
--charcoal-500: #5FAFB9;
--charcoal-600: #44929C;
--charcoal-700: #36747C;
--charcoal-800: #275359;
--charcoal-900: #193539;
--charcoal-950: #102123;
}