Charcoal
#284D57
CyanColor Codes
All color formats for development
HEX
#284D57RGB
rgb(40, 77, 87)HSL
hsl(193, 37%, 25%)OKLCH
oklch(0.397 0.046 217.3)CMYK
cmyk(54%, 11%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24454F
2#203E46
3#1C363D
4#182E34
5#14272C
6#101F23
7#0C171A
8#080F11
9#040809
Tints
Lighter variations
1#346472
2#407B8C
3#4C93A6
4#62A4B7
5#7CB3C3
6#96C3CF
7#B0D2DB
8#CBE1E7
9#E5F0F3
Tones
Muted variations
1#2B4C55
2#2D4A53
3#2F4950
4#32484E
5#34464C
6#364549
7#394447
8#3B4244
9#3D4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F1 #E7F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E5 #D2E5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD1 #AFD1DA | BordersInactive statesPlaceholder text |
| 400 | 85B8 #85B8C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62A4 #62A4B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4788 #47889A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 386C #386C7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 284D #284D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A31 #1A3138 | Primary textHigh emphasis contentDark headings |
| 950 | 101F #101F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9FA;
--charcoal-100: #E7F1F4;
--charcoal-200: #D2E5EA;
--charcoal-300: #AFD1DA;
--charcoal-400: #85B8C7;
--charcoal-500: #62A4B7;
--charcoal-600: #47889A;
--charcoal-700: #386C7A;
--charcoal-800: #284D57;
--charcoal-900: #1A3138;
--charcoal-950: #101F23;
}