Charcoal
#15416A
BlueColor Codes
All color formats for development
HEX
#15416ARGB
rgb(21, 65, 106)HSL
hsl(209, 67%, 25%)OKLCH
oklch(0.368 0.085 250.1)CMYK
cmyk(80%, 39%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#133B60
2#113455
3#0F2E4B
4#0D2740
5#0B2135
6#081A2B
7#061420
8#040D15
9#02070B
Tints
Lighter variations
1#1B558A
2#2268AA
3#287CCA
4#3F8FD9
5#5FA2DF
6#7FB4E6
7#9FC7EC
8#BFDAF2
9#DFECF9
Tones
Muted variations
1#194166
2#1E4162
3#22415E
4#264159
5#2A4055
6#2F4051
7#33404D
8#374048
9#3B4044
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DF #C8DFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DC6 #9DC6EC | BordersInactive statesPlaceholder text |
| 400 | 6AA8 #6AA8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F8F #3F8FD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2573 #2573BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D5B #1D5B95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1541 #15416A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2A #0D2A44 | Primary textHigh emphasis contentDark headings |
| 950 | 081A #081A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FC;
--charcoal-100: #E1EEF9;
--charcoal-200: #C8DFF4;
--charcoal-300: #9DC6EC;
--charcoal-400: #6AA8E2;
--charcoal-500: #3F8FD9;
--charcoal-600: #2573BB;
--charcoal-700: #1D5B95;
--charcoal-800: #15416A;
--charcoal-900: #0D2A44;
--charcoal-950: #081A2B;
}