Charcoal
#1A2237
BlueColor Codes
All color formats for development
HEX
#1A2237RGB
rgb(26, 34, 55)HSL
hsl(223, 36%, 16%)OKLCH
oklch(0.255 0.042 267.5)CMYK
cmyk(53%, 38%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#181F32
2#151C2C
3#121827
4#101521
5#0D111C
6#0A0E16
7#080A11
8#05070B
9#030306
Tints
Lighter variations
1#283555
2#364772
3#43598F
4#516BAC
5#6D83BA
6#8A9CC8
7#A8B5D6
8#C5CDE4
9#E2E6F1
Tones
Muted variations
1#1C2336
2#1D2435
3#1F2433
4#202532
5#212630
6#23262F
7#24272D
8#26282C
9#27282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D9 #D2D9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBB #AFBBD9 | BordersInactive statesPlaceholder text |
| 400 | 8698 #8698C6 | Disabled statesSecondary iconsMuted text |
| 500 | 637A #637AB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 485F #485F99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 394B #394B79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2936 #293657 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A22 #1A2237 | Primary textHigh emphasis contentDark headings |
| 950 | 1016 #101623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7EAF4;
--charcoal-200: #D2D9EA;
--charcoal-300: #AFBBD9;
--charcoal-400: #8698C6;
--charcoal-500: #637AB6;
--charcoal-600: #485F99;
--charcoal-700: #394B79;
--charcoal-800: #293657;
--charcoal-900: #1A2237;
--charcoal-950: #101623;
}