Charcoal
#143A6C
BlueColor Codes
All color formats for development
HEX
#143A6CRGB
rgb(20, 58, 108)HSL
hsl(214, 69%, 25%)OKLCH
oklch(0.351 0.097 256.7)CMYK
cmyk(81%, 46%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#123461
2#102E56
3#0E294B
4#0C2341
5#0A1D36
6#08172B
7#061120
8#040C16
9#02060B
Tints
Lighter variations
1#1A4B8C
2#205DAC
3#266ECD
4#3D82DB
5#5D97E1
6#7EABE7
7#9EC0ED
8#BED5F3
9#DFEAF9
Tones
Muted variations
1#183A67
2#1D3B63
3#213C5F
4#253C5A
5#2A3D56
6#2E3D51
7#333E4D
8#373F49
9#3B3F44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EC #E1ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DB #C7DBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CBF #9CBFED | BordersInactive statesPlaceholder text |
| 400 | 689E #689EE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D82 #3D82DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2366 #2366BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C51 #1C5197 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 143A #143A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D25 #0D2545 | Primary textHigh emphasis contentDark headings |
| 950 | 0817 #08172B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FD;
--charcoal-100: #E1ECF9;
--charcoal-200: #C7DBF5;
--charcoal-300: #9CBFED;
--charcoal-400: #689EE3;
--charcoal-500: #3D82DB;
--charcoal-600: #2366BE;
--charcoal-700: #1C5197;
--charcoal-800: #143A6C;
--charcoal-900: #0D2545;
--charcoal-950: #08172B;
}