Charcoal
#1B5F64
CyanColor Codes
All color formats for development
HEX
#1B5F64RGB
rgb(27, 95, 100)HSL
hsl(184, 57%, 25%)OKLCH
oklch(0.446 0.066 202.2)CMYK
cmyk(73%, 5%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19565A
2#164C50
3#134346
4#10393C
5#0E3032
6#0B2628
7#081D1E
8#051314
9#030A0A
Tints
Lighter variations
1#247C82
2#2C98A0
3#34B5BE
4#4BC5CE
5#69CFD6
6#87D8DE
7#A5E2E6
8#C3ECEF
9#E1F5F7
Tones
Muted variations
1#1F5C60
2#23595D
3#265659
4#2A5356
5#2E4F52
6#314C4E
7#35494B
8#384647
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 | CBEE #CBEEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E1 #A3E1E6 | BordersInactive statesPlaceholder text |
| 400 | 73D2 #73D2D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BC5 #4BC5CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 30A8 #30A8B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2685 #26858C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B5F #1B5F64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123D #123D40 | 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: #CBEEF1;
--charcoal-300: #A3E1E6;
--charcoal-400: #73D2D9;
--charcoal-500: #4BC5CE;
--charcoal-600: #30A8B0;
--charcoal-700: #26858C;
--charcoal-800: #1B5F64;
--charcoal-900: #123D40;
--charcoal-950: #0B2628;
}