Charcoal
#134A6C
BlueColor Codes
All color formats for development
HEX
#134A6CRGB
rgb(19, 74, 108)HSL
hsl(203, 70%, 25%)OKLCH
oklch(0.392 0.08 241)CMYK
cmyk(82%, 31%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#114362
2#0F3B57
3#0D344C
4#0B2C41
5#0A2536
6#081E2B
7#061621
8#040F16
9#02070B
Tints
Lighter variations
1#19608D
2#1F77AD
3#248DCE
4#3C9FDD
5#5CAFE2
6#7DBFE8
7#9DCFEE
8#BEDFF4
9#DEEFF9
Tones
Muted variations
1#184968
2#1C4863
3#21475F
4#25465B
5#294556
6#2E4452
7#32434D
8#374249
9#3B4144
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E3 #C7E3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCE #9BCEED | BordersInactive statesPlaceholder text |
| 400 | 67B4 #67B4E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C9F #3C9FDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2283 #2283BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B68 #1B6898 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 134A #134A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2F #0C2F45 | Primary textHigh emphasis contentDark headings |
| 950 | 081E #081E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FD;
--charcoal-100: #E1F0FA;
--charcoal-200: #C7E3F5;
--charcoal-300: #9BCEED;
--charcoal-400: #67B4E4;
--charcoal-500: #3C9FDD;
--charcoal-600: #2283BF;
--charcoal-700: #1B6898;
--charcoal-800: #134A6C;
--charcoal-900: #0C2F45;
--charcoal-950: #081E2B;
}