Charcoal
#123B3F
CyanColor Codes
All color formats for development
HEX
#123B3FRGB
rgb(18, 59, 63)HSL
hsl(185, 56%, 16%)OKLCH
oklch(0.326 0.045 204.2)CMYK
cmyk(71%, 6%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103639
2#0E3033
3#0D2A2D
4#0B2426
5#091E20
6#071819
7#051213
8#040C0D
9#020606
Tints
Lighter variations
1#1B5B61
2#257B82
3#2E9AA4
4#38BAC5
5#58C6D0
6#79D1D9
7#9BDDE3
8#BCE8EC
9#DEF4F6
Tones
Muted variations
1#143A3D
2#17383B
3#193639
4#1B3437
5#1D3234
6#203032
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 | E3F5 #E3F5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBED #CBEDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E0 #A4E0E5 | BordersInactive statesPlaceholder text |
| 400 | 74CF #74CFD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CC2 #4CC2CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31A5 #31A5AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2783 #27838B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C5E #1C5E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123C #123C40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B25 #0B2528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E3F5F7;
--charcoal-200: #CBEDF0;
--charcoal-300: #A4E0E5;
--charcoal-400: #74CFD8;
--charcoal-500: #4CC2CD;
--charcoal-600: #31A5AF;
--charcoal-700: #27838B;
--charcoal-800: #1C5E63;
--charcoal-900: #123C40;
--charcoal-950: #0B2528;
}