Charcoal
#123D40
CyanColor Codes
All color formats for development
HEX
#123D40RGB
rgb(18, 61, 64)HSL
hsl(184, 56%, 16%)OKLCH
oklch(0.332 0.047 201.7)CMYK
cmyk(72%, 5%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103739
2#0E3033
3#0D2A2D
4#0B2426
5#091E20
6#071819
7#051213
8#040C0D
9#020606
Tints
Lighter variations
1#1B5C61
2#257C82
3#2E9CA4
4#38BCC5
5#58C8D0
6#79D3D9
7#9BDEE3
8#BCE9EC
9#DEF4F6
Tones
Muted variations
1#143B3D
2#17393B
3#193739
4#1B3537
5#1D3334
6#203132
7#222F30
8#242D2D
9#272B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F6 #E3F6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEE #CBEEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E1 #A4E1E5 | BordersInactive statesPlaceholder text |
| 400 | 74D1 #74D1D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CC4 #4CC4CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31A7 #31A7AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2785 #27858B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C5F #1C5F63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123D #123D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B26 #0B2628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E3F6F7;
--charcoal-200: #CBEEF0;
--charcoal-300: #A4E1E5;
--charcoal-400: #74D1D8;
--charcoal-500: #4CC4CD;
--charcoal-600: #31A7AF;
--charcoal-700: #27858B;
--charcoal-800: #1C5F63;
--charcoal-900: #123D40;
--charcoal-950: #0B2628;
}