Charcoal
#142A3E
BlueColor Codes
All color formats for development
HEX
#142A3ERGB
rgb(20, 42, 62)HSL
hsl(209, 51%, 16%)OKLCH
oklch(0.277 0.047 247.7)CMYK
cmyk(68%, 32%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#122537
2#102131
3#0E1D2B
4#0C1925
5#0A151F
6#081119
7#060C12
8#04080C
9#020406
Tints
Lighter variations
1#1E3F5E
2#29557E
3#336B9F
4#3E81BF
5#5D96CB
6#7EABD5
7#9EC0E0
8#BED5EA
9#DFEAF5
Tones
Muted variations
1#16293C
2#182939
3#1A2937
4#1C2935
5#1E2933
6#202931
7#23292F
8#25292D
9#27292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDE #CDDEEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C5 #A6C5E2 | BordersInactive statesPlaceholder text |
| 400 | 78A7 #78A7D3 | Disabled statesSecondary iconsMuted text |
| 500 | 528E #528EC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3772 #3772A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C5B #2C5B87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F41 #1F4160 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1429 #14293E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1A #0C1A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FB;
--charcoal-100: #E4EDF6;
--charcoal-200: #CDDEEF;
--charcoal-300: #A6C5E2;
--charcoal-400: #78A7D3;
--charcoal-500: #528EC7;
--charcoal-600: #3772A9;
--charcoal-700: #2C5B87;
--charcoal-800: #1F4160;
--charcoal-900: #14293E;
--charcoal-950: #0C1A27;
}