Charcoal
#144A6B
BlueColor Codes
All color formats for development
HEX
#144A6BRGB
rgb(20, 74, 107)HSL
hsl(203, 69%, 25%)OKLCH
oklch(0.391 0.078 240.5)CMYK
cmyk(81%, 31%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#124361
2#103B56
3#0E344B
4#0C2C41
5#0A2536
6#081E2B
7#061620
8#040F16
9#02070B
Tints
Lighter variations
1#1A608C
2#2076AC
3#268DCD
4#3D9FDB
5#5DAFE1
6#7EBFE7
7#9ECFED
8#BEDFF3
9#DFEFF9
Tones
Muted variations
1#184967
2#1D4863
3#21475F
4#25465A
5#2A4556
6#2E4451
7#33434D
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 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E3 #C7E3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCE #9CCEED | BordersInactive statesPlaceholder text |
| 400 | 68B4 #68B4E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D9F #3D9FDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2382 #2382BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C68 #1C6897 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144A #144A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2F #0D2F45 | 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: #E1F0F9;
--charcoal-200: #C7E3F5;
--charcoal-300: #9CCEED;
--charcoal-400: #68B4E3;
--charcoal-500: #3D9FDB;
--charcoal-600: #2382BE;
--charcoal-700: #1C6897;
--charcoal-800: #144A6C;
--charcoal-900: #0D2F45;
--charcoal-950: #081E2B;
}