Charcoal
#1C5863
CyanColor Codes
All color formats for development
HEX
#1C5863RGB
rgb(28, 88, 99)HSL
hsl(189, 56%, 25%)OKLCH
oklch(0.427 0.063 212.1)CMYK
cmyk(72%, 11%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19505A
2#164750
3#143E46
4#11353C
5#0E2C32
6#0B2328
7#081B1E
8#061214
9#03090A
Tints
Lighter variations
1#247381
2#2D8E9F
3#35A9BD
4#4CB9CD
5#6AC5D5
6#88D0DD
7#A5DCE6
8#C3E8EE
9#E1F3F7
Tones
Muted variations
1#205660
2#23545C
3#275159
4#2A4F55
5#2E4C52
6#314A4E
7#35474A
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 | A4DB #A4DBE5 | BordersInactive statesPlaceholder text |
| 400 | 74C9 #74C9D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CB9 #4CB9CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 319C #319CAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 277C #277C8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C59 #1C5963 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1239 #123940 | Primary textHigh emphasis contentDark headings |
| 950 | 0B23 #0B2328 | 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: #A4DBE5;
--charcoal-400: #74C9D8;
--charcoal-500: #4CB9CD;
--charcoal-600: #319CAF;
--charcoal-700: #277C8B;
--charcoal-800: #1C5963;
--charcoal-900: #123940;
--charcoal-950: #0B2328;
}