Charcoal
#275159
CyanColor Codes
All color formats for development
HEX
#275159RGB
rgb(39, 81, 89)HSL
hsl(190, 39%, 25%)OKLCH
oklch(0.408 0.049 211.5)CMYK
cmyk(56%, 9%, 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#336873
2#3E818E
3#4A99A8
4#5FAAB9
5#7AB8C5
6#95C6D0
7#AFD5DC
8#CAE3E8
9#E4F1F3
Tones
Muted variations
1#294F56
2#2C4D54
3#2E4B51
4#314A4F
5#33484C
6#36464A
7#384547
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 | ADD4 #ADD4DB | BordersInactive statesPlaceholder text |
| 400 | 83BD #83BDC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FAA #5FAAB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 448D #448D9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3670 #36707C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2750 #275059 | 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: #ADD4DB;
--charcoal-400: #83BDC9;
--charcoal-500: #5FAAB9;
--charcoal-600: #448D9C;
--charcoal-700: #36707C;
--charcoal-800: #275059;
--charcoal-900: #193339;
--charcoal-950: #102023;
}