Charcoal
#275859
CyanColor Codes
All color formats for development
HEX
#275859RGB
rgb(39, 88, 89)HSL
hsl(181, 39%, 25%)OKLCH
oklch(0.427 0.053 197.2)CMYK
cmyk(56%, 1%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#234F50
2#1F4647
3#1B3D3E
4#173535
5#132C2C
6#102323
7#0C1A1B
8#081212
9#040909
Tints
Lighter variations
1#337273
2#3E8C8E
3#4AA7A8
4#5FB8B9
5#7AC3C5
6#95CFD0
7#AFDBDC
8#CAE7E8
9#E4F3F3
Tones
Muted variations
1#295556
2#2C5354
3#2E5151
4#314E4F
5#334C4C
6#36494A
7#384747
8#3B4545
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 | 83C7 #83C7C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB8 #5FB8B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 449A #449A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 367B #367B7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2758 #275859 | 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: #83C7C9;
--charcoal-500: #5FB8B9;
--charcoal-600: #449A9C;
--charcoal-700: #367B7C;
--charcoal-800: #275859;
--charcoal-900: #193839;
--charcoal-950: #102323;
}