Charcoal
#15546A
BlueColor Codes
All color formats for development
HEX
#15546ARGB
rgb(21, 84, 106)HSL
hsl(196, 67%, 25%)OKLCH
oklch(0.418 0.071 226.2)CMYK
cmyk(80%, 21%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#134B60
2#114355
3#0F3B4B
4#0D3240
5#0B2A35
6#08212B
7#061920
8#041115
9#02080B
Tints
Lighter variations
1#1B6D8A
2#2286AA
3#289FCA
4#3FB0D9
5#5FBDDF
6#7FCAE6
7#9FD8EC
8#BFE5F2
9#DFF2F9
Tones
Muted variations
1#195266
2#1E5062
3#224E5E
4#264C59
5#2A4A55
6#2F4851
7#33464D
8#374448
9#3B4244
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F3 #E1F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E8 #C8E8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DD7 #9DD7EC | BordersInactive statesPlaceholder text |
| 400 | 6AC2 #6AC2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FB0 #3FB0D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2593 #2593BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D75 #1D7595 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1554 #15546A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D36 #0D3644 | Primary textHigh emphasis contentDark headings |
| 950 | 0821 #08212B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FAFC;
--charcoal-100: #E1F3F9;
--charcoal-200: #C8E8F4;
--charcoal-300: #9DD7EC;
--charcoal-400: #6AC2E2;
--charcoal-500: #3FB0D9;
--charcoal-600: #2593BB;
--charcoal-700: #1D7595;
--charcoal-800: #15546A;
--charcoal-900: #0D3644;
--charcoal-950: #08212B;
}