Charcoal
#032B4F
BlueColor Codes
All color formats for development
HEX
#032B4FRGB
rgb(3, 43, 79)HSL
hsl(208, 93%, 16%)OKLCH
oklch(0.285 0.078 250.8)CMYK
cmyk(96%, 46%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032747
2#02233F
3#021E37
4#021A2F
5#011627
6#01111F
7#010D18
8#010910
9#000408
Tints
Lighter variations
1#044278
2#0659A1
3#0770CB
4#0986F4
5#309BF8
6#5AAFF9
7#83C3FB
8#ACD7FC
9#D6EBFE
Tones
Muted variations
1#072B4B
2#0A2B47
3#0E2B43
4#122A40
5#162A3C
6#1A2A38
7#1D2A34
8#212930
9#25292D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE0 #BFE0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC8 #8EC8FB | BordersInactive statesPlaceholder text |
| 400 | 53AB #53ABF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2293 #2293F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0877 #0877D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 065F #065FAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0444 #04447B | Text on light backgroundsHeadingsStrong borders |
| 900 | 032B #032B4F | Primary textHigh emphasis contentDark headings |
| 950 | 021B #021B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0F8FE;
--charcoal-100: #DDEEFE;
--charcoal-200: #BFE0FD;
--charcoal-300: #8EC8FB;
--charcoal-400: #53ABF9;
--charcoal-500: #2293F7;
--charcoal-600: #0877D9;
--charcoal-700: #065FAC;
--charcoal-800: #04447B;
--charcoal-900: #032B4F;
--charcoal-950: #021B31;
}