Charcoal

#26275A

Blue

Color Codes

All color formats for development

HEX
#26275A
RGB
rgb(38, 39, 90)
HSL
hsl(239, 41%, 25%)
OKLCH
oklch(0.303 0.09 278.8)
CMYK
cmyk(58%, 57%, 0%, 65%)

Accessibility

WCAG contrast compliance

On White Background

13.81:1

AA AAA

On Black Background

1.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F4
100
#E6E6
200
#D0D1
300
#ACAD
400
#8182
500
#5D5F
600
#4244
700
#3536
800
#2626
900
#1819
950
#0F0F

Shades

Darker variations

1#222351
2#1E1F48
3#1A1B3F
4#171736
5#13132D
6#0F0F24
7#0B0C1B
8#080812
9#040409

Tints

Lighter variations

1#313275
2#3C3E90
3#4749AB
4#5D5FBB
5#7879C7
6#9394D2
7#AEAFDD
8#C9CAE8
9#E4E4F4

Tones

Muted variations

1#282957
2#2B2C55
3#2D2E52
4#30314F
5#33334D
6#35364A
7#383848
8#3B3B45
9#3D3D42

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F4
#F4F4FA
BackgroundsSubtle highlightsCard backgrounds
100
E6E6
#E6E6F4
Light backgroundsTable row hoverSkeleton loading
200
D0D1
#D0D1EB
Secondary backgroundsInput backgroundsDividers
300
ACAD
#ACADDC
BordersInactive statesPlaceholder text
400
8182
#8182CA
Disabled statesSecondary iconsMuted text
500
5D5F
#5D5FBB
Primary brand colorCTAsActive elementsLinks
600
4244
#42449E
Hover statesFocus ringsPrimary buttons hover
700
3536
#35367E
Active/pressed statesDark mode accentsSecondary text
800
2626
#26265A
Text on light backgroundsHeadingsStrong borders
900
1819
#18193A
Primary textHigh emphasis contentDark headings
950
0F0F
#0F0F24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4F4FA;
  --charcoal-100: #E6E6F4;
  --charcoal-200: #D0D1EB;
  --charcoal-300: #ACADDC;
  --charcoal-400: #8182CA;
  --charcoal-500: #5D5FBB;
  --charcoal-600: #42449E;
  --charcoal-700: #35367E;
  --charcoal-800: #26265A;
  --charcoal-900: #18193A;
  --charcoal-950: #0F0F24;
}
Generate More ShadesCreate PaletteConvert Color