Charcoal
#133F3F
CyanColor Codes
All color formats for development
HEX
#133F3FRGB
rgb(19, 63, 63)HSL
hsl(180, 54%, 16%)OKLCH
oklch(0.338 0.047 195.1)CMYK
cmyk(70%, 0%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#113939
2#0F3232
3#0D2C2C
4#0B2626
5#091F1F
6#081919
7#061313
8#040D0D
9#020606
Tints
Lighter variations
1#1D6060
2#268181
3#30A2A2
4#3AC3C3
5#5ACECE
6#7BD8D8
7#9CE1E1
8#BDEBEB
9#DEF5F5
Tones
Muted variations
1#153D3D
2#173A3A
3#193838
4#1C3636
5#1E3434
6#203232
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 | 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;
}