Charcoal
#1E6262
CyanColor Codes
All color formats for development
HEX
#1E6262RGB
rgb(30, 98, 98)HSL
hsl(180, 53%, 25%)OKLCH
oklch(0.455 0.066 195.1)CMYK
cmyk(69%, 0%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B5858
2#184E4E
3#154444
4#123B3B
5#0F3131
6#0C2727
7#091D1D
8#061414
9#030A0A
Tints
Lighter variations
1#277F7F
2#309C9C
3#39B9B9
4#4FC9C9
5#6DD2D2
6#8ADBDB
7#A7E4E4
8#C4EDED
9#E2F6F6
Tones
Muted variations
1#215E5E
2#255B5B
3#285757
4#2B5454
5#2F5151
6#324D4D
7#364A4A
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 | CCEF #CCEFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5E3 #A5E3E3 | BordersInactive statesPlaceholder text |
| 400 | 76D5 #76D5D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FC9 #4FC9C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 35AC #35ACAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A89 #2A8989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E62 #1E6262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 133E #133E3E | 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: #CCEFEF;
--charcoal-300: #A5E3E3;
--charcoal-400: #76D5D5;
--charcoal-500: #4FC9C9;
--charcoal-600: #35ACAC;
--charcoal-700: #2A8989;
--charcoal-800: #1E6262;
--charcoal-900: #133E3E;
--charcoal-950: #0C2727;
}