Charcoal
#14406C
BlueColor Codes
All color formats for development
HEX
#14406CRGB
rgb(20, 64, 108)HSL
hsl(210, 69%, 25%)OKLCH
oklch(0.366 0.09 251.7)CMYK
cmyk(81%, 41%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#123961
2#103356
3#0E2D4B
4#0C2641
5#0A2036
6#08192B
7#061320
8#040D16
9#02060B
Tints
Lighter variations
1#1A538C
2#2066AC
3#2679CD
4#3D8CDB
5#5D9FE1
6#7EB2E7
7#9EC6ED
8#BED9F3
9#DFECF9
Tones
Muted variations
1#184067
2#1D4063
3#21405F
4#25405A
5#2A4056
6#2E4051
7#33404D
8#374049
9#3B4044
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1ED #E1EDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DE #C7DEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC4 #9CC4ED | BordersInactive statesPlaceholder text |
| 400 | 68A6 #68A6E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D8C #3D8CDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2370 #2370BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C59 #1C5997 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1440 #14406C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D29 #0D2945 | Primary textHigh emphasis contentDark headings |
| 950 | 081A #081A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FD;
--charcoal-100: #E1EDF9;
--charcoal-200: #C7DEF5;
--charcoal-300: #9CC4ED;
--charcoal-400: #68A6E3;
--charcoal-500: #3D8CDB;
--charcoal-600: #2370BE;
--charcoal-700: #1C5997;
--charcoal-800: #14406C;
--charcoal-900: #0D2945;
--charcoal-950: #081A2B;
}