Charcoal
#275659
CyanColor Codes
All color formats for development
HEX
#275659RGB
rgb(39, 86, 89)HSL
hsl(184, 39%, 25%)OKLCH
oklch(0.422 0.051 201)CMYK
cmyk(56%, 3%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#234D50
2#1F4447
3#1B3C3E
4#173335
5#132B2C
6#102223
7#0C1A1B
8#081112
9#040909
Tints
Lighter variations
1#336F73
2#3E888E
3#4AA2A8
4#5FB3B9
5#7AC0C5
6#95CCD0
7#AFD9DC
8#CAE6E8
9#E4F2F3
Tones
Muted variations
1#295356
2#2C5154
3#2E4F51
4#314D4F
5#334B4C
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 | D1E9 #D1E9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD8 #ADD8DB | BordersInactive statesPlaceholder text |
| 400 | 83C4 #83C4C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB3 #5FB3B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4496 #44969C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3677 #36777C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2755 #275559 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1937 #193739 | Primary textHigh emphasis contentDark headings |
| 950 | 1022 #102223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFA;
--charcoal-100: #E6F3F4;
--charcoal-200: #D1E9EB;
--charcoal-300: #ADD8DB;
--charcoal-400: #83C4C9;
--charcoal-500: #5FB3B9;
--charcoal-600: #44969C;
--charcoal-700: #36777C;
--charcoal-800: #275559;
--charcoal-900: #193739;
--charcoal-950: #102223;
}