Charcoal
#103242
BlueColor Codes
All color formats for development
HEX
#103242RGB
rgb(16, 50, 66)HSL
hsl(199, 61%, 16%)OKLCH
oklch(0.3 0.048 232)CMYK
cmyk(76%, 24%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E2D3B
2#0D2835
3#0B232E
4#0A1E27
5#081921
6#06141A
7#050F14
8#030A0D
9#020507
Tints
Lighter variations
1#184C64
2#216687
3#2981A9
4#319BCC
5#53ACD5
6#75BCDE
7#98CDE6
8#BADEEE
9#DDEEF7
Tones
Muted variations
1#12313F
2#15303D
3#172F3A
4#1A2E38
5#1C2D35
6#1F2C33
7#212C30
8#242B2E
9#262A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE5 #CAE5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D1 #A1D1E8 | BordersInactive statesPlaceholder text |
| 400 | 6FBA #6FBADC | Disabled statesSecondary iconsMuted text |
| 500 | 46A6 #46A6D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C89 #2C89B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236D #236D90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194E #194E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1032 #103242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1F #0A1F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FC;
--charcoal-100: #E2F1F8;
--charcoal-200: #CAE5F2;
--charcoal-300: #A1D1E8;
--charcoal-400: #6FBADC;
--charcoal-500: #46A6D2;
--charcoal-600: #2C89B5;
--charcoal-700: #236D90;
--charcoal-800: #194E67;
--charcoal-900: #103242;
--charcoal-950: #0A1F29;
}