Charcoal
#144D6C
BlueColor Codes
All color formats for development
HEX
#144D6CRGB
rgb(20, 77, 108)HSL
hsl(201, 69%, 25%)OKLCH
oklch(0.4 0.077 237.6)CMYK
cmyk(81%, 29%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#124561
2#103E56
3#0E364B
4#0C2E41
5#0A2636
6#081F2B
7#061720
8#040F16
9#02080B
Tints
Lighter variations
1#1A648C
2#207BAC
3#2692CD
4#3DA4DB
5#5DB3E1
6#7EC2E7
7#9ED2ED
8#BEE1F3
9#DFF0F9
Tones
Muted variations
1#184C67
2#1D4A63
3#21495F
4#25485A
5#2A4656
6#2E4551
7#33444D
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 | E1F1 #E1F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E5 #C7E5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD0 #9CD0ED | BordersInactive statesPlaceholder text |
| 400 | 68B8 #68B8E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DA4 #3DA4DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2387 #2387BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C6C #1C6C97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144D #144D6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D31 #0D3145 | Primary textHigh emphasis contentDark headings |
| 950 | 081F #081F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FD;
--charcoal-100: #E1F1F9;
--charcoal-200: #C7E5F5;
--charcoal-300: #9CD0ED;
--charcoal-400: #68B8E3;
--charcoal-500: #3DA4DB;
--charcoal-600: #2387BE;
--charcoal-700: #1C6C97;
--charcoal-800: #144D6C;
--charcoal-900: #0D3145;
--charcoal-950: #081F2B;
}