Charcoal
#275459
CyanColor Codes
All color formats for development
HEX
#275459RGB
rgb(39, 84, 89)HSL
hsl(186, 39%, 25%)OKLCH
oklch(0.416 0.05 205)CMYK
cmyk(56%, 6%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#234B50
2#1F4347
3#1B3B3E
4#173235
5#132A2C
6#102123
7#0C191B
8#081112
9#040809
Tints
Lighter variations
1#336D73
2#3E868E
3#4A9FA8
4#5FB0B9
5#7ABDC5
6#95CAD0
7#AFD8DC
8#CAE5E8
9#E4F2F3
Tones
Muted variations
1#295256
2#2C5054
3#2E4E51
4#314C4F
5#334A4C
6#36484A
7#384647
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 | E6F3 #E6F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E8 #D1E8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD7 #ADD7DB | BordersInactive statesPlaceholder text |
| 400 | 83C2 #83C2C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB0 #5FB0B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4493 #44939C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3675 #36757C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2754 #275459 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1936 #193639 | 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: #E6F3F4;
--charcoal-200: #D1E8EB;
--charcoal-300: #ADD7DB;
--charcoal-400: #83C2C9;
--charcoal-500: #5FB0B9;
--charcoal-600: #44939C;
--charcoal-700: #36757C;
--charcoal-800: #275459;
--charcoal-900: #193639;
--charcoal-950: #102123;
}