Charcoal
#03434E
CyanColor Codes
All color formats for development
HEX
#03434ERGB
rgb(3, 67, 78)HSL
hsl(189, 93%, 16%)OKLCH
oklch(0.352 0.06 213.4)CMYK
cmyk(96%, 14%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#033D47
2#02363F
3#022F37
4#02282F
5#012227
6#011B1F
7#011418
8#010D10
9#000708
Tints
Lighter variations
1#046778
2#068AA1
3#07ADCB
4#09D1F4
5#30DAF8
6#5AE1F9
7#83E9FB
8#ACF0FC
9#D6F8FE
Tones
Muted variations
1#07414B
2#0A3E47
3#0E3B43
4#123940
5#16363C
6#1A3338
7#1D3134
8#212E30
9#252B2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF3 #BFF3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EEB #8EEBFB | BordersInactive statesPlaceholder text |
| 400 | 53E0 #53E0F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22D7 #22D7F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08B9 #08B9D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0693 #0693AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0469 #04697B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0343 #03434F | Primary textHigh emphasis contentDark headings |
| 950 | 022A #022A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FCFE;
--charcoal-100: #DDF9FE;
--charcoal-200: #BFF3FD;
--charcoal-300: #8EEBFB;
--charcoal-400: #53E0F9;
--charcoal-500: #22D7F7;
--charcoal-600: #08B9D9;
--charcoal-700: #0693AC;
--charcoal-800: #04697B;
--charcoal-900: #03434F;
--charcoal-950: #022A31;
}