Charcoal
#1F4061
BlueColor Codes
All color formats for development
HEX
#1F4061RGB
rgb(31, 64, 97)HSL
hsl(210, 52%, 25%)OKLCH
oklch(0.363 0.069 250.3)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#18334E
3#152D44
4#12263A
5#0F2030
6#0C1927
7#09131D
8#060D13
9#03060A
Tints
Lighter variations
1#28537E
2#31669B
3#3A79B8
4#518CC8
5#6E9FD1
6#8BB2DA
7#A8C6E3
8#C5D9ED
9#E2ECF6
Tones
Muted variations
1#22405E
2#25405A
3#294057
4#2C4054
5#2F4050
6#32404D
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 #A6C4E3 | BordersInactive statesPlaceholder text |
| 400 | 77A6 #77A6D4 | Disabled statesSecondary iconsMuted text |
| 500 | 518C #518CC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3670 #3670AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B59 #2B5988 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F40 #1F4061 | 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: #A6C4E3;
--charcoal-400: #77A6D4;
--charcoal-500: #518CC8;
--charcoal-600: #3670AB;
--charcoal-700: #2B5988;
--charcoal-800: #1F4061;
--charcoal-900: #14293E;
--charcoal-950: #0C1A27;
}