Charcoal
#1D6063
CyanColor Codes
All color formats for development
HEX
#1D6063RGB
rgb(29, 96, 99)HSL
hsl(183, 55%, 25%)OKLCH
oklch(0.449 0.065 199.4)CMYK
cmyk(71%, 3%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A5659
2#174C4F
3#144345
4#11393B
5#0E3031
6#0B2628
7#091D1E
8#061314
9#030A0A
Tints
Lighter variations
1#257C80
2#2E989E
3#37B5BC
4#4DC5CB
5#6BCFD4
6#88D8DD
7#A6E2E5
8#C4ECEE
9#E1F5F6
Tones
Muted variations
1#205C5F
2#24595C
3#275658
4#2B5355
5#2E5051
6#324C4E
7#35494A
8#394647
9#3C4343
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 | CCEE #CCEEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E1 #A4E1E5 | BordersInactive statesPlaceholder text |
| 400 | 75D2 #75D2D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DC5 #4DC5CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32A8 #32A8AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2885 #28858A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D5F #1D5F63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123D #123D3F | 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: #CCEEF0;
--charcoal-300: #A4E1E5;
--charcoal-400: #75D2D7;
--charcoal-500: #4DC5CB;
--charcoal-600: #32A8AE;
--charcoal-700: #28858A;
--charcoal-800: #1D5F63;
--charcoal-900: #123D3F;
--charcoal-950: #0B2628;
}