Charcoal
#03334E
BlueColor Codes
All color formats for development
HEX
#03334ERGB
rgb(3, 51, 78)HSL
hsl(202, 93%, 16%)OKLCH
oklch(0.307 0.068 240.3)CMYK
cmyk(96%, 35%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032E47
2#02293F
3#022437
4#021F2F
5#011927
6#01141F
7#010F18
8#010A10
9#000508
Tints
Lighter variations
1#044E78
2#0668A1
3#0783CB
4#099EF4
5#30AEF8
6#5ABFF9
7#83CFFB
8#ACDFFC
9#D6EFFE
Tones
Muted variations
1#07324B
2#0A3147
3#0E3043
4#122F40
5#162E3C
6#1A2D38
7#1D2C34
8#212B30
9#252A2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE6 #BFE6FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED3 #8ED3FB | BordersInactive statesPlaceholder text |
| 400 | 53BC #53BCF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22A9 #22A9F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 088C #088CD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 066F #066FAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0450 #04507B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0333 #03334F | Primary textHigh emphasis contentDark headings |
| 950 | 0220 #022031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0F9FE;
--charcoal-100: #DDF2FE;
--charcoal-200: #BFE6FD;
--charcoal-300: #8ED3FB;
--charcoal-400: #53BCF9;
--charcoal-500: #22A9F7;
--charcoal-600: #088CD9;
--charcoal-700: #066FAC;
--charcoal-800: #04507B;
--charcoal-900: #03334F;
--charcoal-950: #022031;
}