Charcoal
#024050
CyanColor Codes
All color formats for development
HEX
#024050RGB
rgb(2, 64, 80)HSL
hsl(192, 95%, 16%)OKLCH
oklch(0.345 0.062 221.6)CMYK
cmyk(98%, 20%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#023A48
2#023340
3#012D38
4#012630
5#012028
6#011A20
7#011318
8#000D10
9#000608
Tints
Lighter variations
1#036279
2#0483A3
3#05A5CD
4#06C7F7
5#2ED1FA
6#58DAFB
7#82E3FC
8#ABEDFD
9#D5F6FE
Tones
Muted variations
1#063E4C
2#0A3B48
3#0E3944
4#123740
5#15343C
6#193238
7#1D3034
8#212D31
9#252B2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF1 #BEF1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE6 #8DE6FC | BordersInactive statesPlaceholder text |
| 400 | 51D9 #51D9FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FCE #1FCEF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06B0 #06B0DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 048C #048CAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0364 #03647C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0240 #024050 | Primary textHigh emphasis contentDark headings |
| 950 | 0128 #012832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FCFF;
--charcoal-100: #DCF7FE;
--charcoal-200: #BEF1FD;
--charcoal-300: #8DE6FC;
--charcoal-400: #51D9FB;
--charcoal-500: #1FCEF9;
--charcoal-600: #06B0DB;
--charcoal-700: #048CAE;
--charcoal-800: #03647C;
--charcoal-900: #024050;
--charcoal-950: #012832;
}