Charcoal
#26575A
CyanColor Codes
All color formats for development
HEX
#26575ARGB
rgb(38, 87, 90)HSL
hsl(183, 41%, 25%)OKLCH
oklch(0.424 0.053 200.7)CMYK
cmyk(58%, 3%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#224F51
2#1E4648
3#1A3D3F
4#173436
5#132C2D
6#0F2324
7#0B1A1B
8#081112
9#040909
Tints
Lighter variations
1#317175
2#3C8C90
3#47A6AB
4#5DB7BB
5#78C3C7
6#93CFD2
7#AEDBDD
8#C9E7E8
9#E4F3F4
Tones
Muted variations
1#285557
2#2B5355
3#2D5052
4#304E4F
5#334C4D
6#35494A
7#384748
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 | E6F4 #E6F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EA #D0EAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACDA #ACDADC | BordersInactive statesPlaceholder text |
| 400 | 81C7 #81C7CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DB7 #5DB7BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 429A #429A9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 357A #357A7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2657 #26575A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1838 #18383A | 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: #D0EAEB;
--charcoal-300: #ACDADC;
--charcoal-400: #81C7CA;
--charcoal-500: #5DB7BB;
--charcoal-600: #429A9E;
--charcoal-700: #357A7E;
--charcoal-800: #26575A;
--charcoal-900: #18383A;
--charcoal-950: #0F2324;
}