Charcoal
#144E6B
BlueColor Codes
All color formats for development
HEX
#144E6BRGB
rgb(20, 78, 107)HSL
hsl(200, 69%, 25%)OKLCH
oklch(0.402 0.075 235.4)CMYK
cmyk(81%, 27%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#124761
2#103F56
3#0E374B
4#0C2F41
5#0A2736
6#081F2B
7#061820
8#041016
9#02080B
Tints
Lighter variations
1#1A668C
2#207DAC
3#2695CD
4#3DA7DB
5#5DB5E1
6#7EC4E7
7#9ED3ED
8#BEE2F3
9#DFF0F9
Tones
Muted variations
1#184D67
2#1D4B63
3#214A5F
4#25495A
5#2A4756
6#2E4651
7#33444D
8#374349
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 | 9CD2 #9CD2ED | BordersInactive statesPlaceholder text |
| 400 | 68BA #68BAE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DA7 #3DA7DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 238A #238ABE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C6E #1C6E97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144E #144E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D32 #0D3245 | 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: #9CD2ED;
--charcoal-400: #68BAE3;
--charcoal-500: #3DA7DB;
--charcoal-600: #238ABE;
--charcoal-700: #1C6E97;
--charcoal-800: #144E6C;
--charcoal-900: #0D3245;
--charcoal-950: #081F2B;
}