Charcoal
#1C2F63
BlueColor Codes
All color formats for development
HEX
#1C2F63RGB
rgb(28, 47, 99)HSL
hsl(224, 56%, 25%)OKLCH
oklch(0.321 0.095 266.1)CMYK
cmyk(72%, 53%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#192A5A
2#162650
3#142146
4#111C3C
5#0E1832
6#0B1328
7#080E1E
8#060914
9#03050A
Tints
Lighter variations
1#243D81
2#2D4B9F
3#3559BD
4#4C6ECD
5#6A86D5
6#889FDD
7#A5B7E6
8#C3CFEE
9#E1E7F7
Tones
Muted variations
1#203160
2#23325C
3#273459
4#2A3655
5#2E3752
6#31394E
7#353B4A
8#393C47
9#3C3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E8 #E3E8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD5 #CBD5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B5 #A4B5E5 | BordersInactive statesPlaceholder text |
| 400 | 748E #748ED8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C6E #4C6ECD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3153 #3153AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2742 #27428B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C2F #1C2F63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121E #121E40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B13 #0B1328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E3E8F7;
--charcoal-200: #CBD5F0;
--charcoal-300: #A4B5E5;
--charcoal-400: #748ED8;
--charcoal-500: #4C6ECD;
--charcoal-600: #3153AF;
--charcoal-700: #27428B;
--charcoal-800: #1C2F63;
--charcoal-900: #121E40;
--charcoal-950: #0B1328;
}