Charcoal
#275759
CyanColor Codes
All color formats for development
HEX
#275759RGB
rgb(39, 87, 89)HSL
hsl(182, 39%, 25%)OKLCH
oklch(0.424 0.052 199)CMYK
cmyk(56%, 2%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#234E50
2#1F4647
3#1B3D3E
4#173435
5#132B2C
6#102323
7#0C1A1B
8#081112
9#040909
Tints
Lighter variations
1#337173
2#3E8B8E
3#4AA5A8
4#5FB6B9
5#7AC2C5
6#95CED0
7#AFDBDC
8#CAE7E8
9#E4F3F3
Tones
Muted variations
1#295556
2#2C5254
3#2E5051
4#314E4F
5#334B4C
6#36494A
7#384747
8#3B4445
9#3D4242
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1EA #D1EAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADDA #ADDADB | BordersInactive statesPlaceholder text |
| 400 | 83C6 #83C6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB6 #5FB6B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4499 #44999C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 367A #367A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2757 #275759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1938 #193839 | Primary textHigh emphasis contentDark headings |
| 950 | 1023 #102323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFA;
--charcoal-100: #E6F4F4;
--charcoal-200: #D1EAEB;
--charcoal-300: #ADDADB;
--charcoal-400: #83C6C9;
--charcoal-500: #5FB6B9;
--charcoal-600: #44999C;
--charcoal-700: #367A7C;
--charcoal-800: #275759;
--charcoal-900: #193839;
--charcoal-950: #102323;
}