Charcoal
#032A4E
BlueColor Codes
All color formats for development
HEX
#032A4ERGB
rgb(3, 42, 78)HSL
hsl(209, 93%, 16%)OKLCH
oklch(0.282 0.078 251.2)CMYK
cmyk(96%, 46%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032647
2#02223F
3#021D37
4#02192F
5#011527
6#01111F
7#010D18
8#010810
9#000408
Tints
Lighter variations
1#044078
2#0656A1
3#076CCB
4#0982F4
5#3097F8
6#5AACF9
7#83C1FB
8#ACD5FC
9#D6EAFE
Tones
Muted variations
1#072A4B
2#0A2A47
3#0E2A43
4#122A40
5#16293C
6#1A2938
7#1D2934
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 | BFDF #BFDFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC6 #8EC6FB | BordersInactive statesPlaceholder text |
| 400 | 53A9 #53A9F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2290 #2290F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0874 #0874D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 065C #065CAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0442 #04427B | Text on light backgroundsHeadingsStrong borders |
| 900 | 032A #032A4F | Primary textHigh emphasis contentDark headings |
| 950 | 021A #021A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0F8FE;
--charcoal-100: #DDEEFE;
--charcoal-200: #BFDFFD;
--charcoal-300: #8EC6FB;
--charcoal-400: #53A9F9;
--charcoal-500: #2290F7;
--charcoal-600: #0874D9;
--charcoal-700: #065CAC;
--charcoal-800: #04427B;
--charcoal-900: #032A4F;
--charcoal-950: #021A31;
}