Charcoal
#1F3F60
BlueColor Codes
All color formats for development
HEX
#1F3F60RGB
rgb(31, 63, 96)HSL
hsl(210, 51%, 25%)OKLCH
oklch(0.36 0.069 250.9)CMYK
cmyk(68%, 34%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C3957
2#19334D
3#162D43
4#13263A
5#102030
6#0C1927
7#09131D
8#060D13
9#03060A
Tints
Lighter variations
1#29537D
2#32669A
3#3B79B7
4#528CC7
5#6F9FD0
6#8BB2DA
7#A8C6E3
8#C5D9EC
9#E2ECF6
Tones
Muted variations
1#22405D
2#26405A
3#294057
4#2C4053
5#2F4050
6#33404D
7#36404A
8#394046
9#3C4043
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDE #CDDEEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C4 #A6C4E2 | BordersInactive statesPlaceholder text |
| 400 | 78A6 #78A6D3 | Disabled statesSecondary iconsMuted text |
| 500 | 528C #528CC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3770 #3770A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C59 #2C5987 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F40 #1F4060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1429 #14293E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1A #0C1A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FB;
--charcoal-100: #E4EDF6;
--charcoal-200: #CDDEEF;
--charcoal-300: #A6C4E2;
--charcoal-400: #78A6D3;
--charcoal-500: #528CC7;
--charcoal-600: #3770A9;
--charcoal-700: #2C5987;
--charcoal-800: #1F4060;
--charcoal-900: #14293E;
--charcoal-950: #0C1A27;
}