Charcoal
#335E80
BlueColor Codes
All color formats for development
HEX
#335E80RGB
rgb(51, 94, 128)HSL
hsl(206, 43%, 35%)OKLCH
oklch(0.466 0.073 244.2)CMYK
cmyk(60%, 27%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E5573
2#294B66
3#244259
4#1F394D
5#192F40
6#142633
7#0F1C26
8#0A131A
9#05090D
Tints
Lighter variations
1#3C7097
2#4681AF
3#5992BD
4#71A1C6
5#88B1D0
6#A0C1D9
7#B8D0E3
8#D0E0EC
9#E7EFF6
Tones
Muted variations
1#375E7C
2#3B5D78
3#3E5D74
4#425C70
5#465C6C
6#4A5B69
7#4E5B65
8#525A61
9#555A5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E0 #D0E0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC8 #ABC8DE | BordersInactive statesPlaceholder text |
| 400 | 7FAB #7FABCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B93 #5B93BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4077 #4077A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 335E #335E80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2443 #24435B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172B #172B3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1B #0F1B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E5EEF5;
--charcoal-200: #D0E0EC;
--charcoal-300: #ABC8DE;
--charcoal-400: #7FABCC;
--charcoal-500: #5B93BE;
--charcoal-600: #4077A0;
--charcoal-700: #335E80;
--charcoal-800: #24435B;
--charcoal-900: #172B3A;
--charcoal-950: #0F1B24;
}