Charcoal
#335B80
BlueColor Codes
All color formats for development
HEX
#335B80RGB
rgb(51, 91, 128)HSL
hsl(209, 43%, 35%)OKLCH
oklch(0.459 0.076 248)CMYK
cmyk(60%, 29%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E5173
2#294866
3#243F59
4#1F364D
5#192D40
6#142433
7#0F1B26
8#0A121A
9#05090D
Tints
Lighter variations
1#3C6B97
2#467CAF
3#598DBD
4#719DC6
5#88ADD0
6#A0BED9
7#B8CEE3
8#D0DEEC
9#E7EFF6
Tones
Muted variations
1#375A7C
2#3B5A78
3#3E5A74
4#425A70
5#465A6C
6#4A5A69
7#4E5A65
8#525A61
9#55595D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5ED #E5EDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DE #D0DEEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC5 #ABC5DE | BordersInactive statesPlaceholder text |
| 400 | 7FA7 #7FA7CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B8E #5B8EBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4072 #4072A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 335B #335B80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2441 #24415B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1729 #17293A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1A #0F1A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E5EDF5;
--charcoal-200: #D0DEEC;
--charcoal-300: #ABC5DE;
--charcoal-400: #7FA7CC;
--charcoal-500: #5B8EBE;
--charcoal-600: #4072A0;
--charcoal-700: #335B80;
--charcoal-800: #24415B;
--charcoal-900: #17293A;
--charcoal-950: #0F1A24;
}