Charcoal
#13406C
BlueColor Codes
All color formats for development
HEX
#13406CRGB
rgb(19, 64, 108)HSL
hsl(210, 70%, 25%)OKLCH
oklch(0.366 0.09 251.4)CMYK
cmyk(82%, 41%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#113962
2#0F3357
3#0D2D4C
4#0B2641
5#0A2036
6#08192B
7#061321
8#040D16
9#02060B
Tints
Lighter variations
1#19538D
2#1F66AD
3#2479CE
4#3C8CDD
5#5C9FE2
6#7DB2E8
7#9DC6EE
8#BED9F4
9#DEECF9
Tones
Muted variations
1#184068
2#1C4063
3#21405F
4#25405B
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 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1ED #E1EDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DE #C7DEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BC4 #9BC4ED | BordersInactive statesPlaceholder text |
| 400 | 67A6 #67A6E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C8C #3C8CDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2270 #2270BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B59 #1B5998 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1340 #13406C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C29 #0C2945 | 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: #F2F7FD;
--charcoal-100: #E1EDFA;
--charcoal-200: #C7DEF5;
--charcoal-300: #9BC4ED;
--charcoal-400: #67A6E4;
--charcoal-500: #3C8CDD;
--charcoal-600: #2270BF;
--charcoal-700: #1B5998;
--charcoal-800: #13406C;
--charcoal-900: #0C2945;
--charcoal-950: #081A2B;
}