Charcoal
#103142
BlueColor Codes
All color formats for development
HEX
#103142RGB
rgb(16, 49, 66)HSL
hsl(200, 61%, 16%)OKLCH
oklch(0.298 0.049 234.3)CMYK
cmyk(76%, 26%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E2C3B
2#0D2735
3#0B222E
4#0A1D27
5#081921
6#06141A
7#050F14
8#030A0D
9#020507
Tints
Lighter variations
1#184B64
2#216587
3#297EA9
4#3198CC
5#53AAD5
6#75BBDE
7#98CCE6
8#BADDEE
9#DDEEF7
Tones
Muted variations
1#12303F
2#152F3D
3#172F3A
4#1A2E38
5#1C2D35
6#1F2C33
7#212B30
8#242A2E
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 | A1D0 #A1D0E8 | BordersInactive statesPlaceholder text |
| 400 | 6FB8 #6FB8DC | Disabled statesSecondary iconsMuted text |
| 500 | 46A4 #46A4D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C87 #2C87B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236B #236B90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194D #194D67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1031 #103142 | 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: #A1D0E8;
--charcoal-400: #6FB8DC;
--charcoal-500: #46A4D2;
--charcoal-600: #2C87B5;
--charcoal-700: #236B90;
--charcoal-800: #194D67;
--charcoal-900: #103142;
--charcoal-950: #0A1F29;
}