Charcoal
#1A2437
BlueColor Codes
All color formats for development
HEX
#1A2437RGB
rgb(26, 36, 55)HSL
hsl(219, 36%, 16%)OKLCH
oklch(0.261 0.039 262.7)CMYK
cmyk(53%, 35%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#182132
2#151D2C
3#121927
4#101621
5#0D121C
6#0A0F16
7#080B11
8#05070B
9#030406
Tints
Lighter variations
1#283855
2#364B72
3#435E8F
4#5171AC
5#6D88BA
6#8AA0C8
7#A8B8D6
8#C5D0E4
9#E2E7F1
Tones
Muted variations
1#1C2536
2#1D2535
3#1F2633
4#202632
5#212730
6#23272F
7#24272D
8#26282C
9#27282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DA #D2DAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBE #AFBED9 | BordersInactive statesPlaceholder text |
| 400 | 869C #869CC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6380 #6380B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4864 #486499 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3950 #395079 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2939 #293957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A24 #1A2437 | Primary textHigh emphasis contentDark headings |
| 950 | 1017 #101723 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E7EBF4;
--charcoal-200: #D2DAEA;
--charcoal-300: #AFBED9;
--charcoal-400: #869CC6;
--charcoal-500: #6380B6;
--charcoal-600: #486499;
--charcoal-700: #395079;
--charcoal-800: #293957;
--charcoal-900: #1A2437;
--charcoal-950: #101723;
}