Charcoal
#03414F
CyanColor Codes
All color formats for development
HEX
#03414FRGB
rgb(3, 65, 79)HSL
hsl(191, 93%, 16%)OKLCH
oklch(0.347 0.061 218.5)CMYK
cmyk(96%, 18%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#033A47
2#02343F
3#022D37
4#02272F
5#012027
6#011A1F
7#011318
8#010D10
9#000608
Tints
Lighter variations
1#046378
2#0685A1
3#07A7CB
4#09C9F4
5#30D3F8
6#5ADCF9
7#83E5FB
8#ACEDFC
9#D6F6FE
Tones
Muted variations
1#073E4B
2#0A3C47
3#0E3A43
4#123740
5#16353C
6#1A3238
7#1D3034
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 | DDF8 #DDF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF1 #BFF1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE7 #8EE7FB | BordersInactive statesPlaceholder text |
| 400 | 53DA #53DAF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22D0 #22D0F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08B2 #08B2D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 068E #068EAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0465 #04657B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0341 #03414F | Primary textHigh emphasis contentDark headings |
| 950 | 0229 #022931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FCFE;
--charcoal-100: #DDF8FE;
--charcoal-200: #BFF1FD;
--charcoal-300: #8EE7FB;
--charcoal-400: #53DAF9;
--charcoal-500: #22D0F7;
--charcoal-600: #08B2D9;
--charcoal-700: #068EAC;
--charcoal-800: #04657B;
--charcoal-900: #03414F;
--charcoal-950: #022931;
}