Charcoal
#111F40
BlueColor Codes
All color formats for development
HEX
#111F40RGB
rgb(17, 31, 64)HSL
hsl(222, 58%, 16%)OKLCH
oklch(0.247 0.066 264.8)CMYK
cmyk(73%, 52%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F1C3A
2#0E1934
3#0C162D
4#0A1327
5#091020
6#070D1A
7#050913
8#03060D
9#020306
Tints
Lighter variations
1#1A3062
2#234084
3#2C51A6
4#3561C8
5#567BD2
6#7895DB
7#99B0E4
8#BBCAED
9#DDE5F6
Tones
Muted variations
1#14203E
2#16213C
3#182239
4#1B2337
5#1D2435
6#1F2532
7#222630
8#24272E
9#26282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD6 #CBD6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B7 #A2B7E6 | BordersInactive statesPlaceholder text |
| 400 | 7291 #7291DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A72 #4A72CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F56 #2F56B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2545 #25458D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B31 #1B3165 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111F #111F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B14 #0B1428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FC;
--charcoal-100: #E3E9F8;
--charcoal-200: #CBD6F1;
--charcoal-300: #A2B7E6;
--charcoal-400: #7291DA;
--charcoal-500: #4A72CF;
--charcoal-600: #2F56B1;
--charcoal-700: #25458D;
--charcoal-800: #1B3165;
--charcoal-900: #111F40;
--charcoal-950: #0B1428;
}