Charcoal
#275259
CyanColor Codes
All color formats for development
HEX
#275259RGB
rgb(39, 82, 89)HSL
hsl(188, 39%, 25%)OKLCH
oklch(0.411 0.049 209.3)CMYK
cmyk(56%, 8%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#234A50
2#1F4247
3#1B393E
4#173135
5#13292C
6#102123
7#0C191B
8#081012
9#040809
Tints
Lighter variations
1#336B73
2#3E838E
3#4A9CA8
4#5FADB9
5#7ABBC5
6#95C8D0
7#AFD6DC
8#CAE4E8
9#E4F1F3
Tones
Muted variations
1#295056
2#2C4E54
3#2E4D51
4#314B4F
5#33494C
6#36474A
7#384547
8#3B4345
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 | D1E7 #D1E7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD5 #ADD5DB | BordersInactive statesPlaceholder text |
| 400 | 83BF #83BFC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FAD #5FADB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4490 #44909C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3673 #36737C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2752 #275259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1934 #193439 | 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: #D1E7EB;
--charcoal-300: #ADD5DB;
--charcoal-400: #83BFC9;
--charcoal-500: #5FADB9;
--charcoal-600: #44909C;
--charcoal-700: #36737C;
--charcoal-800: #275259;
--charcoal-900: #193439;
--charcoal-950: #102123;
}