Charcoal

#334080

Blue

Color Codes

All color formats for development

HEX
#334080
RGB
rgb(51, 64, 128)
HSL
hsl(230, 43%, 35%)
OKLCH
oklch(0.396 0.108 272)
CMYK
cmyk(60%, 50%, 0%, 50%)

Accessibility

WCAG contrast compliance

On White Background

9.61:1

AA AAA

On Black Background

2.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E5E8
200
#D0D4
300
#ABB4
400
#7F8C
500
#5B6B
600
#4050
700
#3340
800
#242D
900
#171D
950
#0F12

Shades

Darker variations

1#2E3973
2#293366
3#242D59
4#1F264D
5#192040
6#141933
7#0F1326
8#0A0D1A
9#05060D

Tints

Lighter variations

1#3C4B97
2#4657AF
3#596ABD
4#717FC6
5#8894D0
6#A0AAD9
7#B8BFE3
8#D0D4EC
9#E7EAF6

Tones

Muted variations

1#37427C
2#3B4578
3#3E4774
4#424A70
5#464C6C
6#4A4F69
7#4E5265
8#525461
9#55575D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E8
#E5E8F5
Light backgroundsTable row hoverSkeleton loading
200
D0D4
#D0D4EC
Secondary backgroundsInput backgroundsDividers
300
ABB4
#ABB4DE
BordersInactive statesPlaceholder text
400
7F8C
#7F8CCC
Disabled statesSecondary iconsMuted text
500
5B6B
#5B6BBE
Primary brand colorCTAsActive elementsLinks
600
4050
#4050A0
Hover statesFocus ringsPrimary buttons hover
700
3340
#334080
Active/pressed statesDark mode accentsSecondary text
800
242D
#242D5B
Text on light backgroundsHeadingsStrong borders
900
171D
#171D3A
Primary textHigh emphasis contentDark headings
950
0F12
#0F1224
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4F5FB;
  --charcoal-100: #E5E8F5;
  --charcoal-200: #D0D4EC;
  --charcoal-300: #ABB4DE;
  --charcoal-400: #7F8CCC;
  --charcoal-500: #5B6BBE;
  --charcoal-600: #4050A0;
  --charcoal-700: #334080;
  --charcoal-800: #242D5B;
  --charcoal-900: #171D3A;
  --charcoal-950: #0F1224;
}
Generate More ShadesCreate PaletteConvert Color