Charcoal
#03414E
CyanColor Codes
All color formats for development
HEX
#03414ERGB
rgb(3, 65, 78)HSL
hsl(190, 93%, 16%)OKLCH
oklch(0.347 0.06 217)CMYK
cmyk(96%, 17%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#033B47
2#02353F
3#022E37
4#02282F
5#012127
6#011A1F
7#011418
8#010D10
9#000708
Tints
Lighter variations
1#046578
2#0687A1
3#07AACB
4#09CDF4
5#30D6F8
6#5ADEF9
7#83E7FB
8#ACEFFC
9#D6F7FE
Tones
Muted variations
1#07404B
2#0A3D47
3#0E3B43
4#123840
5#16353C
6#1A3338
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 | BFF2 #BFF2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE9 #8EE9FB | BordersInactive statesPlaceholder text |
| 400 | 53DD #53DDF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22D3 #22D3F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08B6 #08B6D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0691 #0691AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0467 #04677B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0342 #03424F | 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: #BFF2FD;
--charcoal-300: #8EE9FB;
--charcoal-400: #53DDF9;
--charcoal-500: #22D3F7;
--charcoal-600: #08B6D9;
--charcoal-700: #0691AC;
--charcoal-800: #04677B;
--charcoal-900: #03424F;
--charcoal-950: #022931;
}