Charcoal
#1D6262
CyanColor Codes
All color formats for development
HEX
#1D6262RGB
rgb(29, 98, 98)HSL
hsl(180, 54%, 25%)OKLCH
oklch(0.454 0.067 195.1)CMYK
cmyk(70%, 0%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A5858
2#174F4F
3#154545
4#123B3B
5#0F3131
6#0C2727
7#091D1D
8#061414
9#030A0A
Tints
Lighter variations
1#268080
2#2F9D9D
3#38BBBB
4#4ECACA
5#6CD3D3
6#89DCDC
7#A7E5E5
8#C4EDED
9#E2F6F6
Tones
Muted variations
1#215F5F
2#245B5B
3#285858
4#2B5454
5#2F5151
6#324E4E
7#354A4A
8#394747
9#3C4343
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F7 #E4F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5E4 #A5E4E4 | BordersInactive statesPlaceholder text |
| 400 | 76D6 #76D6D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4ECA #4ECACA | Primary brand colorCTAsActive elementsLinks |
| 600 | 34AD #34ADAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2989 #298989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D62 #1D6262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 133F #133F3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C27 #0C2727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFB;
--charcoal-100: #E4F7F7;
--charcoal-200: #CCF0F0;
--charcoal-300: #A5E4E4;
--charcoal-400: #76D6D6;
--charcoal-500: #4ECACA;
--charcoal-600: #34ADAD;
--charcoal-700: #298989;
--charcoal-800: #1D6262;
--charcoal-900: #133F3F;
--charcoal-950: #0C2727;
}