Charcoal
#26545A
CyanColor Codes
All color formats for development
HEX
#26545ARGB
rgb(38, 84, 90)HSL
hsl(187, 41%, 25%)OKLCH
oklch(0.416 0.051 206.7)CMYK
cmyk(58%, 7%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#224B51
2#1E4348
3#1A3B3F
4#173236
5#132A2D
6#0F2224
7#0B191B
8#081112
9#040809
Tints
Lighter variations
1#316D75
2#3C8690
3#479FAB
4#5DB0BB
5#78BDC7
6#93CBD2
7#AED8DD
8#C9E5E8
9#E4F2F4
Tones
Muted variations
1#285257
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 | D0E8 #D0E8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD7 #ACD7DC | BordersInactive statesPlaceholder text |
| 400 | 81C2 #81C2CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DB0 #5DB0BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4293 #42939E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3575 #35757E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2654 #26545A | 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: #D0E8EB;
--charcoal-300: #ACD7DC;
--charcoal-400: #81C2CA;
--charcoal-500: #5DB0BB;
--charcoal-600: #42939E;
--charcoal-700: #35757E;
--charcoal-800: #26545A;
--charcoal-900: #18363A;
--charcoal-950: #0F2224;
}