Charcoal
#38647A
BlueColor Codes
All color formats for development
HEX
#38647ARGB
rgb(56, 100, 122)HSL
hsl(200, 37%, 35%)OKLCH
oklch(0.481 0.06 231.6)CMYK
cmyk(54%, 18%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#335A6E
2#2D5062
3#274656
4#223C49
5#1C323D
6#162831
7#111E25
8#0B1418
9#060A0C
Tints
Lighter variations
1#437791
2#4D89A8
3#6099B6
4#77A8C0
5#8DB6CB
6#A4C5D5
7#BBD3E0
8#D2E2EA
9#E8F0F5
Tones
Muted variations
1#3C6377
2#3F6274
3#426170
4#45606D
5#495F6A
6#4C5E66
7#4F5D63
8#535B60
9#565A5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EF #E7EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E2 #D2E2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCC #AFCCDA | BordersInactive statesPlaceholder text |
| 400 | 85B1 #85B1C7 | Disabled statesSecondary iconsMuted text |
| 500 | 629A #629AB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 477E #477E9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3864 #38647A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2848 #284857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2E #1A2E38 | Primary textHigh emphasis contentDark headings |
| 950 | 101D #101D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E7EFF4;
--charcoal-200: #D2E2EA;
--charcoal-300: #AFCCDA;
--charcoal-400: #85B1C7;
--charcoal-500: #629AB7;
--charcoal-600: #477E9A;
--charcoal-700: #38647A;
--charcoal-800: #284857;
--charcoal-900: #1A2E38;
--charcoal-950: #101D23;
}