Charcoal
#275059
CyanColor Codes
All color formats for development
HEX
#275059RGB
rgb(39, 80, 89)HSL
hsl(191, 39%, 25%)OKLCH
oklch(0.405 0.048 213.7)CMYK
cmyk(56%, 10%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#234850
2#1F4047
3#1B383E
4#173035
5#13282C
6#102023
7#0C181B
8#081012
9#040809
Tints
Lighter variations
1#336773
2#3E7F8E
3#4A97A8
4#5FA9B9
5#7AB7C5
6#95C5D0
7#AFD4DC
8#CAE2E8
9#E4F1F3
Tones
Muted variations
1#294E56
2#2C4C54
3#2E4B51
4#31494F
5#33484C
6#36464A
7#384447
8#3B4345
9#3D4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E6 #D1E6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD3 #ADD3DB | BordersInactive statesPlaceholder text |
| 400 | 83BC #83BCC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA9 #5FA9B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 448C #448C9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 366F #366F7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274F #274F59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1933 #193339 | Primary textHigh emphasis contentDark headings |
| 950 | 1020 #102023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FA;
--charcoal-100: #E6F2F4;
--charcoal-200: #D1E6EB;
--charcoal-300: #ADD3DB;
--charcoal-400: #83BCC9;
--charcoal-500: #5FA9B9;
--charcoal-600: #448C9C;
--charcoal-700: #366F7C;
--charcoal-800: #274F59;
--charcoal-900: #193339;
--charcoal-950: #102023;
}