Charcoal
#21235F
BlueColor Codes
All color formats for development
HEX
#21235FRGB
rgb(33, 35, 95)HSL
hsl(238, 48%, 25%)OKLCH
oklch(0.294 0.105 276.4)CMYK
cmyk(65%, 63%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E2055
2#1B1C4B
3#171942
4#141539
5#11122F
6#0D0E26
7#0A0B1C
8#070713
9#030409
Tints
Lighter variations
1#2B2E7B
2#353897
3#3F43B3
4#5559C3
5#7175CD
6#8E90D7
7#AAACE1
8#C6C8EB
9#E3E3F5
Tones
Muted variations
1#24265B
2#272958
3#2A2C55
4#2D2F52
5#30314F
6#34344C
7#373749
8#3A3A46
9#3D3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CECF #CECFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AA #A8AAE1 | BordersInactive statesPlaceholder text |
| 400 | 7B7E #7B7ED1 | Disabled statesSecondary iconsMuted text |
| 500 | 5559 #5559C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A3E #3A3EA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E31 #2E3184 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2123 #21235E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1517 #15173C | Primary textHigh emphasis contentDark headings |
| 950 | 0D0E #0D0E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E5F6;
--charcoal-200: #CECFEE;
--charcoal-300: #A8AAE1;
--charcoal-400: #7B7ED1;
--charcoal-500: #5559C3;
--charcoal-600: #3A3EA6;
--charcoal-700: #2E3184;
--charcoal-800: #21235E;
--charcoal-900: #15173C;
--charcoal-950: #0D0E26;
}