Charcoal
#133E3E
CyanColor Codes
All color formats for development
HEX
#133E3ERGB
rgb(19, 62, 62)HSL
hsl(180, 53%, 16%)OKLCH
oklch(0.335 0.047 195.2)CMYK
cmyk(69%, 0%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#113838
2#0F3232
3#0D2C2C
4#0C2525
5#0A1F1F
6#081919
7#061313
8#040C0C
9#020606
Tints
Lighter variations
1#1D5F5F
2#278080
3#31A1A1
4#3BC2C2
5#5BCDCD
6#7CD7D7
7#9DE1E1
8#BDEBEB
9#DEF5F5
Tones
Muted variations
1#153C3C
2#183A3A
3#1A3838
4#1C3636
5#1E3434
6#203131
7#222F2F
8#242D2D
9#272B2B
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;
}