Charcoal
#26555A
CyanColor Codes
All color formats for development
HEX
#26555ARGB
rgb(38, 85, 90)HSL
hsl(186, 41%, 25%)OKLCH
oklch(0.419 0.052 204.7)CMYK
cmyk(58%, 6%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#224C51
2#1E4448
3#1A3B3F
4#173336
5#132A2D
6#0F2224
7#0B191B
8#081112
9#040809
Tints
Lighter variations
1#316E75
2#3C8790
3#47A1AB
4#5DB2BB
5#78BFC7
6#93CCD2
7#AED8DD
8#C9E5E8
9#E4F2F4
Tones
Muted variations
1#285357
2#2B5055
3#2D4E52
4#304C4F
5#334A4D
6#35484A
7#384648
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 | D0E9 #D0E9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD8 #ACD8DC | BordersInactive statesPlaceholder text |
| 400 | 81C3 #81C3CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DB2 #5DB2BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4295 #42959E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3577 #35777E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2655 #26555A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1836 #18363A | Primary textHigh emphasis contentDark headings |
| 950 | 0F22 #0F2224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFA;
--charcoal-100: #E6F3F4;
--charcoal-200: #D0E9EB;
--charcoal-300: #ACD8DC;
--charcoal-400: #81C3CA;
--charcoal-500: #5DB2BB;
--charcoal-600: #42959E;
--charcoal-700: #35777E;
--charcoal-800: #26555A;
--charcoal-900: #18363A;
--charcoal-950: #0F2224;
}