Charcoal
#1B6264
CyanColor Codes
All color formats for development
HEX
#1B6264RGB
rgb(27, 98, 100)HSL
hsl(182, 57%, 25%)OKLCH
oklch(0.455 0.068 197.8)CMYK
cmyk(73%, 2%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19585A
2#164E50
3#134446
4#103B3C
5#0E3132
6#0B2728
7#081D1E
8#051414
9#030A0A
Tints
Lighter variations
1#247F82
2#2C9CA0
3#34BABE
4#4BC9CE
5#69D2D6
6#87DBDE
7#A5E4E6
8#C3EDEF
9#E1F6F7
Tones
Muted variations
1#1F5E60
2#235B5D
3#265759
4#2A5456
5#2E5152
6#314D4E
7#354A4B
8#384747
9#3C4343
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEF #CBEFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E4 #A3E4E6 | BordersInactive statesPlaceholder text |
| 400 | 73D5 #73D5D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BC9 #4BC9CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 30AC #30ACB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2689 #26898C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B62 #1B6264 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B27 #0B2728 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E3F7F7;
--charcoal-200: #CBEFF1;
--charcoal-300: #A3E4E6;
--charcoal-400: #73D5D9;
--charcoal-500: #4BC9CE;
--charcoal-600: #30ACB0;
--charcoal-700: #26898C;
--charcoal-800: #1B6264;
--charcoal-900: #123F40;
--charcoal-950: #0B2728;
}