Charcoal

#1F1F33

Blue

Color Codes

All color formats for development

HEX
#1F1F33
RGB
rgb(31, 31, 51)
HSL
hsl(240, 24%, 16%)
OKLCH
oklch(0.249 0.038 283.3)
CMYK
cmyk(39%, 39%, 0%, 80%)

Accessibility

WCAG contrast compliance

On White Background

16.13:1

AA AAA

On Black Background

1.30:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#E9E9
200
#D6D6
300
#B6B6
400
#9090
500
#7171
600
#5555
700
#4444
800
#3030
900
#1F1F
950
#1313

Shades

Darker variations

1#1C1C2E
2#191928
3#161623
4#13131E
5#101019
6#0C0C14
7#09090F
8#06060A
9#030305

Tints

Lighter variations

1#2F2F4D
2#404068
3#505082
4#60609D
5#7A7AAE
6#9595BE
7#AFAFCE
8#CACADE
9#E4E4EF

Tones

Muted variations

1#202032
2#212131
3#222230
4#23232F
5#24242E
6#25252D
7#26262C
8#27272B
9#28282A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9E9
#E9E9F1
Light backgroundsTable row hoverSkeleton loading
200
D6D6
#D6D6E6
Secondary backgroundsInput backgroundsDividers
300
B6B6
#B6B6D2
BordersInactive statesPlaceholder text
400
9090
#9090BB
Disabled statesSecondary iconsMuted text
500
7171
#7171A8
Primary brand colorCTAsActive elementsLinks
600
5555
#55558B
Hover statesFocus ringsPrimary buttons hover
700
4444
#44446F
Active/pressed statesDark mode accentsSecondary text
800
3030
#30304F
Text on light backgroundsHeadingsStrong borders
900
1F1F
#1F1F33
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: #F6F6F9;
  --charcoal-100: #E9E9F1;
  --charcoal-200: #D6D6E6;
  --charcoal-300: #B6B6D2;
  --charcoal-400: #9090BB;
  --charcoal-500: #7171A8;
  --charcoal-600: #55558B;
  --charcoal-700: #44446F;
  --charcoal-800: #30304F;
  --charcoal-900: #1F1F33;
  --charcoal-950: #131320;
}
Generate More ShadesCreate PaletteConvert Color