Charcoal
#024A50
CyanColor Codes
All color formats for development
HEX
#024A50RGB
rgb(2, 74, 80)HSL
hsl(185, 95%, 16%)OKLCH
oklch(0.373 0.063 204.2)CMYK
cmyk(98%, 7%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#024248
2#023A40
3#013338
4#012C30
5#012528
6#011D20
7#011618
8#000F10
9#000708
Tints
Lighter variations
1#036F79
2#0496A3
3#05BCCD
4#06E3F7
5#2EE9FA
6#58EDFB
7#82F2FC
8#ABF6FD
9#D5FBFE
Tones
Muted variations
1#06464C
2#0A4348
3#0E3F44
4#123C40
5#15393C
6#193638
7#1D3234
8#212F31
9#252C2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF8 #BEF8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DF3 #8DF3FC | BordersInactive statesPlaceholder text |
| 400 | 51EC #51ECFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FE7 #1FE7F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06C9 #06C9DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04A0 #04A0AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0372 #03727C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0249 #024950 | Primary textHigh emphasis contentDark headings |
| 950 | 012E #012E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FDFF;
--charcoal-100: #DCFBFE;
--charcoal-200: #BEF8FD;
--charcoal-300: #8DF3FC;
--charcoal-400: #51ECFB;
--charcoal-500: #1FE7F9;
--charcoal-600: #06C9DB;
--charcoal-700: #04A0AE;
--charcoal-800: #03727C;
--charcoal-900: #024950;
--charcoal-950: #012E32;
}