Charcoal
#1E3F62
BlueColor Codes
All color formats for development
HEX
#1E3F62RGB
rgb(30, 63, 98)HSL
hsl(211, 53%, 25%)OKLCH
oklch(0.361 0.072 251.7)CMYK
cmyk(69%, 36%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B3858
2#18324E
3#152C44
4#12263B
5#0F1F31
6#0C1927
7#09131D
8#060D14
9#03060A
Tints
Lighter variations
1#27517F
2#30649C
3#3977B9
4#4F8AC9
5#6D9ED2
6#8AB1DB
7#A7C5E4
8#C4D8ED
9#E2ECF6
Tones
Muted variations
1#213F5E
2#253F5B
3#283F57
4#2B3F54
5#2F3F51
6#323F4D
7#363F4A
8#394047
9#3C4043
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDD #CCDDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C3 #A5C3E3 | BordersInactive statesPlaceholder text |
| 400 | 76A4 #76A4D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F8A #4F8AC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 356E #356EAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A58 #2A5889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E3F #1E3F62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1328 #13283E | Primary textHigh emphasis contentDark headings |
| 950 | 0C19 #0C1927 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FB;
--charcoal-100: #E4EDF7;
--charcoal-200: #CCDDEF;
--charcoal-300: #A5C3E3;
--charcoal-400: #76A4D5;
--charcoal-500: #4F8AC9;
--charcoal-600: #356EAC;
--charcoal-700: #2A5889;
--charcoal-800: #1E3F62;
--charcoal-900: #13283E;
--charcoal-950: #0C1927;
}