Charcoal

#24295B

Blue

Color Codes

All color formats for development

HEX
#24295B
RGB
rgb(36, 41, 91)
HSL
hsl(235, 43%, 25%)
OKLCH
oklch(0.306 0.089 275.6)
CMYK
cmyk(60%, 55%, 0%, 64%)

Accessibility

WCAG contrast compliance

On White Background

13.61:1

AA AAA

On Black Background

1.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E5E7
200
#D0D2
300
#ABAF
400
#7F86
500
#5B63
600
#4048
700
#3339
800
#2429
900
#171A
950
#0F10

Shades

Darker variations

1#212552
2#1D2149
3#191D40
4#161937
5#12142E
6#0F1024
7#0B0C1B
8#070812
9#040409

Tints

Lighter variations

1#2F3577
2#3A4192
3#454EAD
4#5B63BE
5#767DC8
6#9297D3
7#ADB1DE
8#C8CBE9
9#E4E5F4

Tones

Muted variations

1#272B58
2#2A2D56
3#2D3053
4#2F3250
5#32344D
6#35374B
7#383948
8#3A3B45
9#3D3D42

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E7
#E5E7F5
Light backgroundsTable row hoverSkeleton loading
200
D0D2
#D0D2EC
Secondary backgroundsInput backgroundsDividers
300
ABAF
#ABAFDE
BordersInactive statesPlaceholder text
400
7F86
#7F86CC
Disabled statesSecondary iconsMuted text
500
5B63
#5B63BE
Primary brand colorCTAsActive elementsLinks
600
4048
#4048A0
Hover statesFocus ringsPrimary buttons hover
700
3339
#333980
Active/pressed statesDark mode accentsSecondary text
800
2429
#24295B
Text on light backgroundsHeadingsStrong borders
900
171A
#171A3A
Primary textHigh emphasis contentDark headings
950
0F10
#0F1024
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4F5FB;
  --charcoal-100: #E5E7F5;
  --charcoal-200: #D0D2EC;
  --charcoal-300: #ABAFDE;
  --charcoal-400: #7F86CC;
  --charcoal-500: #5B63BE;
  --charcoal-600: #4048A0;
  --charcoal-700: #333980;
  --charcoal-800: #24295B;
  --charcoal-900: #171A3A;
  --charcoal-950: #0F1024;
}
Generate More ShadesCreate PaletteConvert Color