Charcoal
#1A2637
BlueColor Codes
All color formats for development
HEX
#1A2637RGB
rgb(26, 38, 55)HSL
hsl(215, 36%, 16%)OKLCH
oklch(0.266 0.036 257.1)CMYK
cmyk(53%, 31%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#182332
2#151F2C
3#121B27
4#101721
5#0D131C
6#0A0F16
7#080C11
8#05080B
9#030406
Tints
Lighter variations
1#283A55
2#364F72
3#43638F
4#5177AC
5#6D8DBA
6#8AA4C8
7#A8BBD6
8#C5D2E4
9#E2E8F1
Tones
Muted variations
1#1C2736
2#1D2735
3#1F2733
4#202732
5#212830
6#23282F
7#24282D
8#26282C
9#27292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DC #D2DCEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC1 #AFC1D9 | BordersInactive statesPlaceholder text |
| 400 | 86A0 #86A0C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6385 #6385B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4869 #486999 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3954 #395479 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 293C #293C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A26 #1A2637 | Primary textHigh emphasis contentDark headings |
| 950 | 1018 #101823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E7ECF4;
--charcoal-200: #D2DCEA;
--charcoal-300: #AFC1D9;
--charcoal-400: #86A0C6;
--charcoal-500: #6385B6;
--charcoal-600: #486999;
--charcoal-700: #395479;
--charcoal-800: #293C57;
--charcoal-900: #1A2637;
--charcoal-950: #101823;
}