Charcoal
#123D3F
CyanColor Codes
All color formats for development
HEX
#123D3FRGB
rgb(18, 61, 63)HSL
hsl(183, 56%, 16%)OKLCH
oklch(0.332 0.046 199.5)CMYK
cmyk(71%, 3%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103739
2#0E3133
3#0D2B2D
4#0B2526
5#091F20
6#071919
7#051213
8#040C0D
9#020606
Tints
Lighter variations
1#1B5E61
2#257E82
3#2E9EA4
4#38BEC5
5#58CAD0
6#79D5D9
7#9BDFE3
8#BCEAEC
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 | CBEF #CBEFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E2 #A4E2E5 | BordersInactive statesPlaceholder text |
| 400 | 74D3 #74D3D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CC6 #4CC6CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31A9 #31A9AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2786 #27868B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C60 #1C6063 | 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: #CBEFF0;
--charcoal-300: #A4E2E5;
--charcoal-400: #74D3D8;
--charcoal-500: #4CC6CD;
--charcoal-600: #31A9AF;
--charcoal-700: #27868B;
--charcoal-800: #1C6063;
--charcoal-900: #123D40;
--charcoal-950: #0B2628;
}