Charcoal
#38607A
BlueColor Codes
All color formats for development
HEX
#38607ARGB
rgb(56, 96, 122)HSL
hsl(204, 37%, 35%)OKLCH
oklch(0.471 0.062 238.5)CMYK
cmyk(54%, 21%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33566E
2#2D4D62
3#274356
4#223A49
5#1C303D
6#162631
7#111D25
8#0B1318
9#060A0C
Tints
Lighter variations
1#437291
2#4D83A8
3#6094B6
4#77A3C0
5#8DB2CB
6#A4C2D5
7#BBD1E0
8#D2E0EA
9#E8F0F5
Tones
Muted variations
1#3C5F77
2#3F5F74
3#425E70
4#455D6D
5#495D6A
6#4C5C66
7#4F5B63
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 | E7EE #E7EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E0 #D2E0EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC9 #AFC9DA | BordersInactive statesPlaceholder text |
| 400 | 85AC #85ACC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6295 #6295B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4779 #47799A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3860 #38607A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2844 #284457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2C #1A2C38 | Primary textHigh emphasis contentDark headings |
| 950 | 101B #101B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E7EEF4;
--charcoal-200: #D2E0EA;
--charcoal-300: #AFC9DA;
--charcoal-400: #85ACC7;
--charcoal-500: #6295B7;
--charcoal-600: #47799A;
--charcoal-700: #38607A;
--charcoal-800: #284457;
--charcoal-900: #1A2C38;
--charcoal-950: #101B23;
}