Charcoal
#275559
CyanColor Codes
All color formats for development
HEX
#275559RGB
rgb(39, 85, 89)HSL
hsl(185, 39%, 25%)OKLCH
oklch(0.419 0.051 203)CMYK
cmyk(56%, 4%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#234C50
2#1F4447
3#1B3B3E
4#173335
5#132A2C
6#102223
7#0C191B
8#081112
9#040809
Tints
Lighter variations
1#336E73
2#3E878E
3#4AA0A8
4#5FB2B9
5#7ABEC5
6#95CBD0
7#AFD8DC
8#CAE5E8
9#E4F2F3
Tones
Muted variations
1#295256
2#2C5054
3#2E4E51
4#314C4F
5#334A4C
6#36484A
7#384647
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 | E6F3 #E6F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E9 #D1E9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD7 #ADD7DB | BordersInactive statesPlaceholder text |
| 400 | 83C3 #83C3C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB2 #5FB2B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4495 #44959C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3676 #36767C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2754 #275459 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1936 #193639 | Primary textHigh emphasis contentDark headings |
| 950 | 1022 #102223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFA;
--charcoal-100: #E6F3F4;
--charcoal-200: #D1E9EB;
--charcoal-300: #ADD7DB;
--charcoal-400: #83C3C9;
--charcoal-500: #5FB2B9;
--charcoal-600: #44959C;
--charcoal-700: #36767C;
--charcoal-800: #275459;
--charcoal-900: #193639;
--charcoal-950: #102223;
}