Charcoal
#1A3437
CyanColor Codes
All color formats for development
HEX
#1A3437RGB
rgb(26, 52, 55)HSL
hsl(186, 36%, 16%)OKLCH
oklch(0.306 0.032 205.2)CMYK
cmyk(53%, 5%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#182F32
2#152A2C
3#122527
4#102021
5#0D1A1C
6#0A1516
7#081011
8#050B0B
9#030506
Tints
Lighter variations
1#285055
2#366C72
3#43878F
4#51A3AC
5#6DB3BA
6#8AC2C8
7#A8D1D6
8#C5E0E4
9#E2F0F1
Tones
Muted variations
1#1C3336
2#1D3235
3#1F3133
4#203032
5#212F30
6#232E2F
7#242C2D
8#262B2C
9#272A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E7 #D2E7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD5 #AFD5D9 | BordersInactive statesPlaceholder text |
| 400 | 86BF #86BFC6 | Disabled statesSecondary iconsMuted text |
| 500 | 63AD #63ADB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4891 #489199 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3973 #397379 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2952 #295257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A35 #1A3537 | Primary textHigh emphasis contentDark headings |
| 950 | 1021 #102123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5FAFA;
--charcoal-100: #E7F2F4;
--charcoal-200: #D2E7EA;
--charcoal-300: #AFD5D9;
--charcoal-400: #86BFC6;
--charcoal-500: #63ADB6;
--charcoal-600: #489199;
--charcoal-700: #397379;
--charcoal-800: #295257;
--charcoal-900: #1A3537;
--charcoal-950: #102123;
}