Charcoal

#2F2F51

Blue

Color Codes

All color formats for development

HEX
#2F2F51
RGB
rgb(47, 47, 81)
HSL
hsl(240, 27%, 25%)
OKLCH
oklch(0.322 0.06 282.5)
CMYK
cmyk(42%, 42%, 0%, 68%)

Accessibility

WCAG contrast compliance

On White Background

12.76:1

AA AAA

On Black Background

1.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F5
100
#E8E8
200
#D5D5
300
#B5B5
400
#8E8E
500
#6D6D
600
#5252
700
#4141
800
#2F2F
900
#1E1E
950
#1313

Shades

Darker variations

1#2A2A49
2#252541
3#212139
4#1C1C31
5#171728
6#131320
7#0E0E18
8#090910
9#050508

Tints

Lighter variations

1#3C3C69
2#4A4A82
3#58589A
4#6D6DAB
5#8686B9
6#9E9EC7
7#B6B6D5
8#CECEE3
9#E7E7F1

Tones

Muted variations

1#30304F
2#32324E
3#34344C
4#35354A
5#373748
6#393947
7#3B3B45
8#3C3C43
9#3E3E41

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F5
#F5F5F9
BackgroundsSubtle highlightsCard backgrounds
100
E8E8
#E8E8F2
Light backgroundsTable row hoverSkeleton loading
200
D5D5
#D5D5E7
Secondary backgroundsInput backgroundsDividers
300
B5B5
#B5B5D4
BordersInactive statesPlaceholder text
400
8E8E
#8E8EBE
Disabled statesSecondary iconsMuted text
500
6D6D
#6D6DAB
Primary brand colorCTAsActive elementsLinks
600
5252
#52528E
Hover statesFocus ringsPrimary buttons hover
700
4141
#414171
Active/pressed statesDark mode accentsSecondary text
800
2F2F
#2F2F51
Text on light backgroundsHeadingsStrong borders
900
1E1E
#1E1E34
Primary textHigh emphasis contentDark headings
950
1313
#131320
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F5F9;
  --charcoal-100: #E8E8F2;
  --charcoal-200: #D5D5E7;
  --charcoal-300: #B5B5D4;
  --charcoal-400: #8E8EBE;
  --charcoal-500: #6D6DAB;
  --charcoal-600: #52528E;
  --charcoal-700: #414171;
  --charcoal-800: #2F2F51;
  --charcoal-900: #1E1E34;
  --charcoal-950: #131320;
}
Generate More ShadesCreate PaletteConvert Color