Charcoal
#265059
CyanColor Codes
All color formats for development
HEX
#265059RGB
rgb(38, 80, 89)HSL
hsl(191, 40%, 25%)OKLCH
oklch(0.405 0.049 213.4)CMYK
cmyk(57%, 10%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#224850
2#1F4047
3#1B383E
4#173036
5#13282D
6#0F2024
7#0B181B
8#081012
9#040809
Tints
Lighter variations
1#326874
2#3D808F
3#4998AA
4#5EA9BA
5#79B8C6
6#94C6D1
7#AFD4DD
8#C9E2E8
9#E4F1F4
Tones
Muted variations
1#294E57
2#2B4D54
3#2E4B52
4#30494F
5#33484D
6#36464A
7#384547
8#3B4345
9#3D4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E6 #D1E6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD3 #ADD3DC | BordersInactive statesPlaceholder text |
| 400 | 82BC #82BCC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EA9 #5EA9BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 438D #438D9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3670 #36707D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2650 #265059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1833 #183339 | Primary textHigh emphasis contentDark headings |
| 950 | 0F20 #0F2024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FA;
--charcoal-100: #E6F2F4;
--charcoal-200: #D1E6EB;
--charcoal-300: #ADD3DC;
--charcoal-400: #82BCC9;
--charcoal-500: #5EA9BA;
--charcoal-600: #438D9D;
--charcoal-700: #36707D;
--charcoal-800: #265059;
--charcoal-900: #183339;
--charcoal-950: #0F2024;
}