Charcoal
#25595B
CyanColor Codes
All color formats for development
HEX
#25595BRGB
rgb(37, 89, 91)HSL
hsl(182, 42%, 25%)OKLCH
oklch(0.43 0.055 198.7)CMYK
cmyk(59%, 2%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#215051
2#1E4748
3#1A3E3F
4#163536
5#122C2D
6#0F2324
7#0B1B1B
8#071212
9#040909
Tints
Lighter variations
1#307376
2#3B8E91
3#46A9AC
4#5CB9BC
5#77C5C8
6#92D0D3
7#AEDCDE
8#C9E8E9
9#E4F3F4
Tones
Muted variations
1#285658
2#2A5455
3#2D5152
4#304F50
5#324C4D
6#354A4A
7#384748
8#3A4545
9#3D4242
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EB #D0EBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACDB #ACDBDD | BordersInactive statesPlaceholder text |
| 400 | 80C9 #80C9CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CB9 #5CB9BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 419C #419C9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 347C #347C7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2559 #25595B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1839 #18393A | 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: #F4FAFB;
--charcoal-100: #E6F4F5;
--charcoal-200: #D0EBEC;
--charcoal-300: #ACDBDD;
--charcoal-400: #80C9CB;
--charcoal-500: #5CB9BC;
--charcoal-600: #419C9F;
--charcoal-700: #347C7F;
--charcoal-800: #25595B;
--charcoal-900: #18393A;
--charcoal-950: #0F2324;
}