Charcoal
#032D4F
BlueColor Codes
All color formats for development
HEX
#032D4FRGB
rgb(3, 45, 79)HSL
hsl(207, 93%, 16%)OKLCH
oklch(0.291 0.076 248.7)CMYK
cmyk(96%, 43%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032847
2#02243F
3#021F37
4#021B2F
5#011627
6#01121F
7#010D18
8#010910
9#000408
Tints
Lighter variations
1#044478
2#065BA1
3#0773CB
4#098AF4
5#309EF8
6#5AB1F9
7#83C5FB
8#ACD8FC
9#D6ECFE
Tones
Muted variations
1#072C4B
2#0A2C47
3#0E2B43
4#122B40
5#162B3C
6#1A2A38
7#1D2A34
8#212A30
9#25292D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE1 #BFE1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECA #8ECAFB | BordersInactive statesPlaceholder text |
| 400 | 53AE #53AEF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2297 #2297F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 087B #087BD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0662 #0662AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0446 #04467B | Text on light backgroundsHeadingsStrong borders |
| 900 | 032D #032D4F | Primary textHigh emphasis contentDark headings |
| 950 | 021C #021C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0F8FE;
--charcoal-100: #DDEFFE;
--charcoal-200: #BFE1FD;
--charcoal-300: #8ECAFB;
--charcoal-400: #53AEF9;
--charcoal-500: #2297F7;
--charcoal-600: #087BD9;
--charcoal-700: #0662AC;
--charcoal-800: #04467B;
--charcoal-900: #032D4F;
--charcoal-950: #021C31;
}