Charcoal

#1F2F33

Cyan

Color Codes

All color formats for development

HEX
#1F2F33
RGB
rgb(31, 47, 51)
HSL
hsl(192, 24%, 16%)
OKLCH
oklch(0.293 0.022 214.9)
CMYK
cmyk(39%, 8%, 0%, 80%)

Accessibility

WCAG contrast compliance

On White Background

13.88:1

AA AAA

On Black Background

1.51:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#E9F0
200
#D6E3
300
#B6CD
400
#90B3
500
#719D
600
#5580
700
#4466
800
#3049
900
#1F2F
950
#131D

Shades

Darker variations

1#1C2A2E
2#192528
3#162123
4#131C1E
5#101719
6#0C1314
7#090E0F
8#06090A
9#030505

Tints

Lighter variations

1#2F474D
2#406068
3#507882
4#60919D
5#7AA3AE
6#95B6BE
7#AFC8CE
8#CADADE
9#E4EDEF

Tones

Muted variations

1#202E32
2#212E31
3#222D30
4#232C2F
5#242C2E
6#252B2D
7#262B2C
8#272A2B
9#28292A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9F0
#E9F0F1
Light backgroundsTable row hoverSkeleton loading
200
D6E3
#D6E3E6
Secondary backgroundsInput backgroundsDividers
300
B6CD
#B6CDD2
BordersInactive statesPlaceholder text
400
90B3
#90B3BB
Disabled statesSecondary iconsMuted text
500
719D
#719DA8
Primary brand colorCTAsActive elementsLinks
600
5580
#55808B
Hover statesFocus ringsPrimary buttons hover
700
4466
#44666F
Active/pressed statesDark mode accentsSecondary text
800
3049
#30494F
Text on light backgroundsHeadingsStrong borders
900
1F2F
#1F2F33
Primary textHigh emphasis contentDark headings
950
131D
#131D20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F8F9;
  --charcoal-100: #E9F0F1;
  --charcoal-200: #D6E3E6;
  --charcoal-300: #B6CDD2;
  --charcoal-400: #90B3BB;
  --charcoal-500: #719DA8;
  --charcoal-600: #55808B;
  --charcoal-700: #44666F;
  --charcoal-800: #30494F;
  --charcoal-900: #1F2F33;
  --charcoal-950: #131D20;
}
Generate More ShadesCreate PaletteConvert Color