Charcoal
#144B6B
BlueColor Codes
All color formats for development
HEX
#144B6BRGB
rgb(20, 75, 107)HSL
hsl(202, 69%, 25%)OKLCH
oklch(0.394 0.078 239.2)CMYK
cmyk(81%, 30%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#124461
2#103C56
3#0E354B
4#0C2D41
5#0A2636
6#081E2B
7#061720
8#040F16
9#02080B
Tints
Lighter variations
1#1A628C
2#2079AC
3#268FCD
4#3DA1DB
5#5DB1E1
6#7EC1E7
7#9ED0ED
8#BEE0F3
9#DFEFF9
Tones
Muted variations
1#184A67
2#1D4963
3#21485F
4#25475A
5#2A4656
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 | C7E4 #C7E4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCF #9CCFED | BordersInactive statesPlaceholder text |
| 400 | 68B6 #68B6E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DA1 #3DA1DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2385 #2385BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C6A #1C6A97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144B #144B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D30 #0D3045 | 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: #C7E4F5;
--charcoal-300: #9CCFED;
--charcoal-400: #68B6E3;
--charcoal-500: #3DA1DB;
--charcoal-600: #2385BE;
--charcoal-700: #1C6A97;
--charcoal-800: #144B6C;
--charcoal-900: #0D3045;
--charcoal-950: #081E2B;
}