Charcoal
#02424F
CyanColor Codes
All color formats for development
HEX
#02424FRGB
rgb(2, 66, 79)HSL
hsl(190, 95%, 16%)OKLCH
oklch(0.35 0.061 216.6)CMYK
cmyk(97%, 16%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#023C48
2#023540
3#012F38
4#012830
5#012128
6#011B20
7#011418
8#000D10
9#000708
Tints
Lighter variations
1#036679
2#0489A3
3#05ACCD
4#06CFF7
5#2ED8FA
6#58E0FB
7#82E7FC
8#ABEFFD
9#D5F7FE
Tones
Muted variations
1#06404C
2#0A3D48
3#0E3B44
4#123840
5#15363C
6#193338
7#1D3134
8#212E31
9#252B2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF8 #DCF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF3 #BEF3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE9 #8DE9FC | BordersInactive statesPlaceholder text |
| 400 | 51DE #51DEFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FD5 #1FD5F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06B7 #06B7DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0492 #0492AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0368 #03687C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0243 #024350 | Primary textHigh emphasis contentDark headings |
| 950 | 012A #012A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FCFF;
--charcoal-100: #DCF8FE;
--charcoal-200: #BEF3FD;
--charcoal-300: #8DE9FC;
--charcoal-400: #51DEFB;
--charcoal-500: #1FD5F9;
--charcoal-600: #06B7DB;
--charcoal-700: #0492AE;
--charcoal-800: #03687C;
--charcoal-900: #024350;
--charcoal-950: #012A32;
}