Charcoal
#1B6065
CyanColor Codes
All color formats for development
HEX
#1B6065RGB
rgb(27, 96, 101)HSL
hsl(184, 58%, 25%)OKLCH
oklch(0.45 0.067 202.1)CMYK
cmyk(73%, 5%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18565B
2#154D51
3#134347
4#10393C
5#0D3032
6#0B2628
7#081D1E
8#051314
9#030A0A
Tints
Lighter variations
1#237D83
2#2B99A1
3#33B6BF
4#4AC6CF
5#68CFD7
6#86D9DF
7#A4E2E7
8#C3ECEF
9#E1F5F7
Tones
Muted variations
1#1E5D61
2#22595D
3#26565A
4#2A5356
5#2D5052
6#314D4F
7#35494B
8#384647
9#3C4343
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F6 #E3F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEF #CBEFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E2 #A2E2E6 | BordersInactive statesPlaceholder text |
| 400 | 72D3 #72D3DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AC6 #4AC6CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FA9 #2FA9B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2586 #25868D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B60 #1B6065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113D #113D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B26 #0B2628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E3F6F8;
--charcoal-200: #CBEFF1;
--charcoal-300: #A2E2E6;
--charcoal-400: #72D3DA;
--charcoal-500: #4AC6CF;
--charcoal-600: #2FA9B1;
--charcoal-700: #25868D;
--charcoal-800: #1B6065;
--charcoal-900: #113D40;
--charcoal-950: #0B2628;
}