Charcoal
#365E7C
BlueColor Codes
All color formats for development
HEX
#365E7CRGB
rgb(54, 94, 124)HSL
hsl(206, 39%, 35%)OKLCH
oklch(0.466 0.067 242.5)CMYK
cmyk(56%, 24%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#315570
2#2C4B63
3#264257
4#21384A
5#1B2F3E
6#162632
7#101C25
8#0B1319
9#05090C
Tints
Lighter variations
1#416F93
2#4B81AA
3#5E91B8
4#75A1C2
5#8CB0CC
6#A3C0D7
7#BAD0E1
8#D1E0EB
9#E8EFF5
Tones
Muted variations
1#3A5D79
2#3D5D75
3#415C72
4#445C6E
5#485C6B
6#4B5B67
7#4F5B64
8#525A60
9#565A5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E0 #D1E0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC7 #ADC7DB | BordersInactive statesPlaceholder text |
| 400 | 83AA #83AAC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F92 #5F92B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4476 #44769C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365E #365E7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2743 #274359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192B #192B39 | 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: #F4F8FA;
--charcoal-100: #E6EEF4;
--charcoal-200: #D1E0EB;
--charcoal-300: #ADC7DB;
--charcoal-400: #83AAC9;
--charcoal-500: #5F92B9;
--charcoal-600: #44769C;
--charcoal-700: #365E7C;
--charcoal-800: #274359;
--charcoal-900: #192B39;
--charcoal-950: #101B23;
}