Charcoal
#13416C
BlueColor Codes
All color formats for development
HEX
#13416CRGB
rgb(19, 65, 108)HSL
hsl(209, 70%, 25%)OKLCH
oklch(0.368 0.089 250.5)CMYK
cmyk(82%, 40%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#113B62
2#0F3457
3#0D2E4C
4#0B2741
5#0A2136
6#081A2B
7#061421
8#040D16
9#02070B
Tints
Lighter variations
1#19558D
2#1F68AD
3#247CCE
4#3C8FDD
5#5CA2E2
6#7DB4E8
7#9DC7EE
8#BEDAF4
9#DEECF9
Tones
Muted variations
1#184168
2#1C4163
3#21415F
4#25415B
5#294056
6#2E4052
7#32404D
8#374049
9#3B4044
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DF #C7DFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BC6 #9BC6ED | BordersInactive statesPlaceholder text |
| 400 | 67A8 #67A8E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C8F #3C8FDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2273 #2273BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B5B #1B5B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1341 #13416C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2A #0C2A45 | Primary textHigh emphasis contentDark headings |
| 950 | 081A #081A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E1EEFA;
--charcoal-200: #C7DFF5;
--charcoal-300: #9BC6ED;
--charcoal-400: #67A8E4;
--charcoal-500: #3C8FDD;
--charcoal-600: #2273BF;
--charcoal-700: #1B5B98;
--charcoal-800: #13416C;
--charcoal-900: #0C2A45;
--charcoal-950: #081A2B;
}