Charcoal
#1A3038
BlueColor Codes
All color formats for development
HEX
#1A3038RGB
rgb(26, 48, 56)HSL
hsl(196, 37%, 16%)OKLCH
oklch(0.295 0.031 223.3)CMYK
cmyk(54%, 14%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#172B32
2#15262D
3#122127
4#0F1D22
5#0D181C
6#0A1316
7#080E11
8#050A0B
9#030506
Tints
Lighter variations
1#274955
2#356273
3#427B90
4#5094AD
5#6CA6BC
6#8AB8C9
7#A7CAD7
8#C4DCE4
9#E2EDF2
Tones
Muted variations
1#1B2F36
2#1D2E35
3#1E2E33
4#202D32
5#212C30
6#232C2F
7#242B2D
8#262A2C
9#272A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F0 #E7F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E4 #D2E4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCE #AFCEDA | BordersInactive statesPlaceholder text |
| 400 | 85B5 #85B5C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62A0 #62A0B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4784 #47849A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3869 #38697A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 284B #284B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A30 #1A3038 | Primary textHigh emphasis contentDark headings |
| 950 | 101E #101E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9FA;
--charcoal-100: #E7F0F4;
--charcoal-200: #D2E4EA;
--charcoal-300: #AFCEDA;
--charcoal-400: #85B5C7;
--charcoal-500: #62A0B7;
--charcoal-600: #47849A;
--charcoal-700: #38697A;
--charcoal-800: #284B57;
--charcoal-900: #1A3038;
--charcoal-950: #101E23;
}