Charcoal
#265859
CyanColor Codes
All color formats for development
HEX
#265859RGB
rgb(38, 88, 89)HSL
hsl(181, 40%, 25%)OKLCH
oklch(0.427 0.054 197.1)CMYK
cmyk(57%, 1%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#225050
2#1F4747
3#1B3E3E
4#173536
5#132C2D
6#0F2324
7#0B1B1B
8#081212
9#040909
Tints
Lighter variations
1#327374
2#3D8D8F
3#49A8AA
4#5EB9BA
5#79C4C6
6#94D0D1
7#AFDCDD
8#C9E8E8
9#E4F3F4
Tones
Muted variations
1#295657
2#2B5354
3#2E5152
4#304F4F
5#334C4D
6#364A4A
7#384747
8#3B4545
9#3D4242
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1EB #D1EBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADDB #ADDBDC | BordersInactive statesPlaceholder text |
| 400 | 82C8 #82C8C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EB9 #5EB9BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 439C #439C9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 367C #367C7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2658 #265859 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1839 #183939 | Primary textHigh emphasis contentDark headings |
| 950 | 0F23 #0F2324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFA;
--charcoal-100: #E6F4F4;
--charcoal-200: #D1EBEB;
--charcoal-300: #ADDBDC;
--charcoal-400: #82C8C9;
--charcoal-500: #5EB9BA;
--charcoal-600: #439C9D;
--charcoal-700: #367C7D;
--charcoal-800: #265859;
--charcoal-900: #183939;
--charcoal-950: #0F2324;
}