Charcoal
#14506C
BlueColor Codes
All color formats for development
HEX
#14506CRGB
rgb(20, 80, 108)HSL
hsl(199, 69%, 25%)OKLCH
oklch(0.408 0.075 233.7)CMYK
cmyk(81%, 26%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#124861
2#104056
3#0E384B
4#0C3041
5#0A2836
6#08202B
7#061820
8#041016
9#02080B
Tints
Lighter variations
1#1A688C
2#2080AC
3#2698CD
4#3DA9DB
5#5DB8E1
6#7EC6E7
7#9ED4ED
8#BEE2F3
9#DFF1F9
Tones
Muted variations
1#184E67
2#1D4D63
3#214B5F
4#25495A
5#2A4856
6#2E4651
7#33454D
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 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E6 #C7E6F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD3 #9CD3ED | BordersInactive statesPlaceholder text |
| 400 | 68BC #68BCE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DA9 #3DA9DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 238D #238DBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C70 #1C7097 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1450 #14506C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D33 #0D3345 | Primary textHigh emphasis contentDark headings |
| 950 | 0820 #08202B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FD;
--charcoal-100: #E1F2F9;
--charcoal-200: #C7E6F5;
--charcoal-300: #9CD3ED;
--charcoal-400: #68BCE3;
--charcoal-500: #3DA9DB;
--charcoal-600: #238DBE;
--charcoal-700: #1C7097;
--charcoal-800: #14506C;
--charcoal-900: #0D3345;
--charcoal-950: #08202B;
}