Charcoal

#26565A

Cyan

Color Codes

All color formats for development

HEX
#26565A
RGB
rgb(38, 86, 90)
HSL
hsl(185, 41%, 25%)
OKLCH
oklch(0.422 0.052 202.7)
CMYK
cmyk(58%, 4%, 0%, 65%)

Accessibility

WCAG contrast compliance

On White Background

8.20:1

AA AAA

On Black Background

2.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E6F3
200
#D0E9
300
#ACD8
400
#81C4
500
#5DB3
600
#4297
700
#3578
800
#2656
900
#1837
950
#0F22

Shades

Darker variations

1#224D51
2#1E4448
3#1A3C3F
4#173336
5#132B2D
6#0F2224
7#0B1A1B
8#081112
9#040909

Tints

Lighter variations

1#316F75
2#3C8990
3#47A3AB
4#5DB3BB
5#78C0C7
6#93CDD2
7#AED9DD
8#C9E6E8
9#E4F2F4

Tones

Muted variations

1#285357
2#2B5155
3#2D4F52
4#304D4F
5#334B4D
6#35484A
7#384648
8#3B4445
9#3D4242

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFA
BackgroundsSubtle highlightsCard backgrounds
100
E6F3
#E6F3F4
Light backgroundsTable row hoverSkeleton loading
200
D0E9
#D0E9EB
Secondary backgroundsInput backgroundsDividers
300
ACD8
#ACD8DC
BordersInactive statesPlaceholder text
400
81C4
#81C4CA
Disabled statesSecondary iconsMuted text
500
5DB3
#5DB3BB
Primary brand colorCTAsActive elementsLinks
600
4297
#42979E
Hover statesFocus ringsPrimary buttons hover
700
3578
#35787E
Active/pressed statesDark mode accentsSecondary text
800
2656
#26565A
Text on light backgroundsHeadingsStrong borders
900
1837
#18373A
Primary textHigh emphasis contentDark headings
950
0F22
#0F2224
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4FAFA;
  --charcoal-100: #E6F3F4;
  --charcoal-200: #D0E9EB;
  --charcoal-300: #ACD8DC;
  --charcoal-400: #81C4CA;
  --charcoal-500: #5DB3BB;
  --charcoal-600: #42979E;
  --charcoal-700: #35787E;
  --charcoal-800: #26565A;
  --charcoal-900: #18373A;
  --charcoal-950: #0F2224;
}
Generate More ShadesCreate PaletteConvert Color