Charcoal
#114B6E
BlueColor Codes
All color formats for development
HEX
#114B6ERGB
rgb(17, 75, 110)HSL
hsl(203, 73%, 25%)OKLCH
oklch(0.395 0.082 240.8)CMYK
cmyk(85%, 32%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F4363
2#0E3C58
3#0C344D
4#0A2D42
5#092537
6#071E2C
7#051621
8#030F16
9#02070B
Tints
Lighter variations
1#16618F
2#1C77B0
3#218ED2
4#38A0E0
5#5AB0E5
6#7BC0EA
7#9CCFF0
8#BDDFF5
9#DEEFFA
Tones
Muted variations
1#164A6A
2#1B4865
3#1F4760
4#24465C
5#284557
6#2D4452
7#32434E
8#364249
9#3B4144
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F0 #E0F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E3 #C6E3F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACE #9ACEEF | BordersInactive statesPlaceholder text |
| 400 | 65B5 #65B5E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38A0 #38A0E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E83 #1E83C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1868 #18689A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 114B #114B6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B30 #0B3047 | Primary textHigh emphasis contentDark headings |
| 950 | 071E #071E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FD;
--charcoal-100: #E0F0FA;
--charcoal-200: #C6E3F6;
--charcoal-300: #9ACEEF;
--charcoal-400: #65B5E7;
--charcoal-500: #38A0E0;
--charcoal-600: #1E83C2;
--charcoal-700: #18689A;
--charcoal-800: #114B6E;
--charcoal-900: #0B3047;
--charcoal-950: #071E2C;
}