Charcoal
#03454F
CyanColor Codes
All color formats for development
HEX
#03454FRGB
rgb(3, 69, 79)HSL
hsl(188, 93%, 16%)OKLCH
oklch(0.359 0.061 211.4)CMYK
cmyk(96%, 13%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#033E47
2#02373F
3#023037
4#02292F
5#012227
6#011B1F
7#011518
8#010E10
9#000708
Tints
Lighter variations
1#046978
2#068DA1
3#07B1CB
4#09D5F4
5#30DDF8
6#5AE4F9
7#83EBFB
8#ACF1FC
9#D6F8FE
Tones
Muted variations
1#07424B
2#0A3F47
3#0E3C43
4#123940
5#16373C
6#1A3438
7#1D3134
8#212E30
9#252C2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF4 #BFF4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EEC #8EECFB | BordersInactive statesPlaceholder text |
| 400 | 53E3 #53E3F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22DB #22DBF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08BD #08BDD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0696 #0696AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046B #046B7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0345 #03454F | Primary textHigh emphasis contentDark headings |
| 950 | 022B #022B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FDFE;
--charcoal-100: #DDF9FE;
--charcoal-200: #BFF4FD;
--charcoal-300: #8EECFB;
--charcoal-400: #53E3F9;
--charcoal-500: #22DBF7;
--charcoal-600: #08BDD9;
--charcoal-700: #0696AC;
--charcoal-800: #046B7B;
--charcoal-900: #03454F;
--charcoal-950: #022B31;
}