Charcoal
#262F59
BlueColor Codes
All color formats for development
HEX
#262F59RGB
rgb(38, 47, 89)HSL
hsl(229, 40%, 25%)OKLCH
oklch(0.32 0.076 272.4)CMYK
cmyk(57%, 47%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222B50
2#1F2647
3#1B213E
4#171D36
5#13182D
6#0F1324
7#0B0E1B
8#080A12
9#040509
Tints
Lighter variations
1#323E74
2#3D4C8F
3#495AAA
4#5E6FBA
5#7987C6
6#949FD1
7#AFB7DD
8#C9CFE8
9#E4E7F4
Tones
Muted variations
1#293157
2#2B3354
3#2E3452
4#30364F
5#33384D
6#36394A
7#383B47
8#3B3D45
9#3D3E42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D5 #D1D5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB5 #ADB5DC | BordersInactive statesPlaceholder text |
| 400 | 828F #828FC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E6F #5E6FBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4354 #43549D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3643 #36437D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2630 #263059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181E #181E39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FA;
--charcoal-100: #E6E9F4;
--charcoal-200: #D1D5EB;
--charcoal-300: #ADB5DC;
--charcoal-400: #828FC9;
--charcoal-500: #5E6FBA;
--charcoal-600: #43549D;
--charcoal-700: #36437D;
--charcoal-800: #263059;
--charcoal-900: #181E39;
--charcoal-950: #0F1324;
}