Charcoal
#3F5273
BlueColor Codes
All color formats for development
HEX
#3F5273RGB
rgb(63, 82, 115)HSL
hsl(218, 29%, 35%)OKLCH
oklch(0.437 0.06 261.1)CMYK
cmyk(45%, 29%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#394A68
2#33425C
3#2C3A51
4#263145
5#20293A
6#19212E
7#131923
8#0D1017
9#06080C
Tints
Lighter variations
1#4B6289
2#57719E
3#6982AD
4#7F94B8
5#94A6C4
6#A9B8D0
7#BFC9DC
8#D4DBE7
9#EAEDF3
Tones
Muted variations
1#425371
2#45546E
3#47546B
4#4A5569
5#4C5666
6#4F5664
7#515761
8#54585E
9#57595C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DB #D4DBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C0 #B3C0D5 | BordersInactive statesPlaceholder text |
| 400 | 8C9F #8C9FC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B83 #6B83AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5068 #506891 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F52 #3F5273 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D3B #2D3B52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D26 #1D2635 | Primary textHigh emphasis contentDark headings |
| 950 | 1218 #121821 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E8ECF2;
--charcoal-200: #D4DBE7;
--charcoal-300: #B3C0D5;
--charcoal-400: #8C9FC0;
--charcoal-500: #6B83AE;
--charcoal-600: #506891;
--charcoal-700: #3F5273;
--charcoal-800: #2D3B52;
--charcoal-900: #1D2635;
--charcoal-950: #121821;
}