Charcoal
#26375A
BlueColor Codes
All color formats for development
HEX
#26375ARGB
rgb(38, 55, 90)HSL
hsl(220, 41%, 25%)OKLCH
oklch(0.34 0.066 263.6)CMYK
cmyk(58%, 39%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#223251
2#1E2C48
3#1A273F
4#172136
5#131C2D
6#0F1624
7#0B111B
8#080B12
9#040609
Tints
Lighter variations
1#314875
2#3C5890
3#4769AB
4#5D7DBB
5#7892C7
6#93A8D2
7#AEBEDD
8#C9D4E8
9#E4E9F4
Tones
Muted variations
1#283857
2#2B3955
3#2D3A52
4#303B4F
5#333B4D
6#353C4A
7#383D48
8#3B3E45
9#3D3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D9 #D0D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBC #ACBCDC | BordersInactive statesPlaceholder text |
| 400 | 819A #819ACA | Disabled statesSecondary iconsMuted text |
| 500 | 5D7D #5D7DBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4261 #42619E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 354D #354D7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2637 #26375A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1823 #18233A | Primary textHigh emphasis contentDark headings |
| 950 | 0F16 #0F1624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FA;
--charcoal-100: #E6EBF4;
--charcoal-200: #D0D9EB;
--charcoal-300: #ACBCDC;
--charcoal-400: #819ACA;
--charcoal-500: #5D7DBB;
--charcoal-600: #42619E;
--charcoal-700: #354D7E;
--charcoal-800: #26375A;
--charcoal-900: #18233A;
--charcoal-950: #0F1624;
}