Charcoal
#265359
CyanColor Codes
All color formats for development
HEX
#265359RGB
rgb(38, 83, 89)HSL
hsl(187, 40%, 25%)OKLCH
oklch(0.413 0.05 206.9)CMYK
cmyk(57%, 7%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#224B50
2#1F4347
3#1B3A3E
4#173236
5#132A2D
6#0F2124
7#0B191B
8#081112
9#040809
Tints
Lighter variations
1#326C74
2#3D858F
3#499EAA
4#5EAFBA
5#79BDC6
6#94CAD1
7#AFD7DD
8#C9E4E8
9#E4F2F4
Tones
Muted variations
1#295157
2#2B4F54
3#2E4D52
4#304B4F
5#334A4D
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 | ADD6 #ADD6DC | BordersInactive statesPlaceholder text |
| 400 | 82C1 #82C1C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EAF #5EAFBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4393 #43939D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3675 #36757D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2653 #265359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1835 #183539 | Primary textHigh emphasis contentDark headings |
| 950 | 0F21 #0F2124 | 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: #ADD6DC;
--charcoal-400: #82C1C9;
--charcoal-500: #5EAFBA;
--charcoal-600: #43939D;
--charcoal-700: #36757D;
--charcoal-800: #265359;
--charcoal-900: #183539;
--charcoal-950: #0F2124;
}