Charcoal
#1C5963
CyanColor Codes
All color formats for development
HEX
#1C5963RGB
rgb(28, 89, 99)HSL
hsl(188, 56%, 25%)OKLCH
oklch(0.43 0.063 210.4)CMYK
cmyk(72%, 10%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19515A
2#164850
3#143F46
4#11363C
5#0E2D32
6#0B2428
7#081B1E
8#061214
9#03090A
Tints
Lighter variations
1#247581
2#2D909F
3#35ABBD
4#4CBBCD
5#6AC7D5
6#88D2DD
7#A5DDE6
8#C3E8EE
9#E1F4F7
Tones
Muted variations
1#205760
2#23555C
3#275259
4#2A4F55
5#2E4D52
6#314A4E
7#35484A
8#394547
9#3C4243
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEB #CBEBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DC #A4DCE5 | BordersInactive statesPlaceholder text |
| 400 | 74CA #74CAD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CBB #4CBBCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 319E #319EAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 277E #277E8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C5A #1C5A63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123A #123A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B24 #0B2428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E3F4F7;
--charcoal-200: #CBEBF0;
--charcoal-300: #A4DCE5;
--charcoal-400: #74CAD8;
--charcoal-500: #4CBBCD;
--charcoal-600: #319EAF;
--charcoal-700: #277E8B;
--charcoal-800: #1C5A63;
--charcoal-900: #123A40;
--charcoal-950: #0B2428;
}