Charcoal
#335D80
BlueColor Codes
All color formats for development
HEX
#335D80RGB
rgb(51, 93, 128)HSL
hsl(207, 43%, 35%)OKLCH
oklch(0.464 0.074 245.5)CMYK
cmyk(60%, 27%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E5473
2#294A66
3#244159
4#1F384D
5#192F40
6#142533
7#0F1C26
8#0A131A
9#05090D
Tints
Lighter variations
1#3C6E97
2#4680AF
3#5990BD
4#71A0C6
5#88B0D0
6#A0C0D9
7#B8CFE3
8#D0DFEC
9#E7EFF6
Tones
Muted variations
1#375D7C
2#3B5C78
3#3E5C74
4#425C70
5#465B6C
6#4A5B69
7#4E5A65
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 | D0DF #D0DFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC7 #ABC7DE | BordersInactive statesPlaceholder text |
| 400 | 7FAA #7FAACC | Disabled statesSecondary iconsMuted text |
| 500 | 5B91 #5B91BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4075 #4075A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 335D #335D80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2442 #24425B | 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: #D0DFEC;
--charcoal-300: #ABC7DE;
--charcoal-400: #7FAACC;
--charcoal-500: #5B91BE;
--charcoal-600: #4075A0;
--charcoal-700: #335D80;
--charcoal-800: #24425B;
--charcoal-900: #172B3A;
--charcoal-950: #0F1B24;
}