Charcoal
#134C6C
BlueColor Codes
All color formats for development
HEX
#134C6CRGB
rgb(19, 76, 108)HSL
hsl(202, 70%, 25%)OKLCH
oklch(0.397 0.078 238.6)CMYK
cmyk(82%, 30%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#114462
2#0F3D57
3#0D354C
4#0B2D41
5#0A2636
6#081E2B
7#061721
8#040F16
9#02080B
Tints
Lighter variations
1#19628D
2#1F79AD
3#2490CE
4#3CA2DD
5#5CB1E2
6#7DC1E8
7#9DD0EE
8#BEE0F4
9#DEEFF9
Tones
Muted variations
1#184A68
2#1C4963
3#21485F
4#25475B
5#294656
6#2E4552
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 | C7E4 #C7E4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCF #9BCFED | BordersInactive statesPlaceholder text |
| 400 | 67B6 #67B6E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CA2 #3CA2DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2285 #2285BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B6A #1B6A98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 134C #134C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C30 #0C3045 | 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: #C7E4F5;
--charcoal-300: #9BCFED;
--charcoal-400: #67B6E4;
--charcoal-500: #3CA2DD;
--charcoal-600: #2285BF;
--charcoal-700: #1B6A98;
--charcoal-800: #134C6C;
--charcoal-900: #0C3045;
--charcoal-950: #081E2B;
}