Charcoal
#111341
BlueColor Codes
All color formats for development
HEX
#111341RGB
rgb(17, 19, 65)HSL
hsl(238, 59%, 16%)OKLCH
oklch(0.22 0.085 274.9)CMYK
cmyk(74%, 71%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F103A
2#0D0F34
3#0C0D2D
4#0A0B27
5#080920
6#07071A
7#050513
8#03040D
9#020206
Tints
Lighter variations
1#1A1C63
2#222685
3#2B2FA7
4#3439C9
5#5559D3
6#777ADC
7#999BE5
8#BBBDED
9#DDDEF6
Tones
Muted variations
1#13153E
2#16173C
3#18193A
4#1A1B37
5#1D1E35
6#1F2032
7#222230
8#24242E
9#26272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACC #CACCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A4 #A2A4E7 | BordersInactive statesPlaceholder text |
| 400 | 7175 #7175DA | Disabled statesSecondary iconsMuted text |
| 500 | 494D #494DD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E32 #2E32B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2528 #25288E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1D #1A1D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1112 #111241 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0B #0A0B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F3FC;
--charcoal-100: #E3E3F8;
--charcoal-200: #CACCF1;
--charcoal-300: #A2A4E7;
--charcoal-400: #7175DA;
--charcoal-500: #494DD0;
--charcoal-600: #2E32B2;
--charcoal-700: #25288E;
--charcoal-800: #1A1D65;
--charcoal-900: #111241;
--charcoal-950: #0A0B29;
}