Charcoal
#1F3860
BlueColor Codes
All color formats for development
HEX
#1F3860RGB
rgb(31, 56, 96)HSL
hsl(217, 51%, 25%)OKLCH
oklch(0.342 0.077 259.4)CMYK
cmyk(68%, 42%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C3357
2#192D4D
3#162743
4#13223A
5#101C30
6#0C1627
7#09111D
8#060B13
9#03060A
Tints
Lighter variations
1#29497D
2#325A9A
3#3B6BB7
4#527FC7
5#6F94D0
6#8BA9DA
7#A8BFE3
8#C5D4EC
9#E2EAF6
Tones
Muted variations
1#22395D
2#263A5A
3#293A57
4#2C3B53
5#2F3C50
6#333D4D
7#363D4A
8#393E46
9#3C3F43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDA #CDDAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BD #A6BDE2 | BordersInactive statesPlaceholder text |
| 400 | 789B #789BD3 | Disabled statesSecondary iconsMuted text |
| 500 | 527F #527FC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3763 #3763A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C4F #2C4F87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F38 #1F3860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1424 #14243E | Primary textHigh emphasis contentDark headings |
| 950 | 0C16 #0C1627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FB;
--charcoal-100: #E4EBF6;
--charcoal-200: #CDDAEF;
--charcoal-300: #A6BDE2;
--charcoal-400: #789BD3;
--charcoal-500: #527FC7;
--charcoal-600: #3763A9;
--charcoal-700: #2C4F87;
--charcoal-800: #1F3860;
--charcoal-900: #14243E;
--charcoal-950: #0C1627;
}