Charcoal

#26595A

Cyan

Color Codes

All color formats for development

HEX
#26595A
RGB
rgb(38, 89, 90)
HSL
hsl(181, 41%, 25%)
OKLCH
oklch(0.43 0.054 197.1)
CMYK
cmyk(58%, 1%, 0%, 65%)

Accessibility

WCAG contrast compliance

On White Background

7.90:1

AA AAA

On Black Background

2.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E6F4
200
#D0EB
300
#ACDC
400
#81C9
500
#5DBA
600
#429D
700
#357D
800
#2659
900
#1839
950
#0F24

Shades

Darker variations

1#225051
2#1E4748
3#1A3E3F
4#173536
5#132D2D
6#0F2424
7#0B1B1B
8#081212
9#040909

Tints

Lighter variations

1#317475
2#3C8E90
3#47A9AB
4#5DBABB
5#78C5C7
6#93D1D2
7#AEDCDD
8#C9E8E8
9#E4F3F4

Tones

Muted variations

1#285657
2#2B5455
3#2D5152
4#304F4F
5#334C4D
6#354A4A
7#384748
8#3B4545
9#3D4242

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFA
BackgroundsSubtle highlightsCard backgrounds
100
E6F4
#E6F4F4
Light backgroundsTable row hoverSkeleton loading
200
D0EB
#D0EBEB
Secondary backgroundsInput backgroundsDividers
300
ACDC
#ACDCDC
BordersInactive statesPlaceholder text
400
81C9
#81C9CA
Disabled statesSecondary iconsMuted text
500
5DBA
#5DBABB
Primary brand colorCTAsActive elementsLinks
600
429D
#429D9E
Hover statesFocus ringsPrimary buttons hover
700
357D
#357D7E
Active/pressed statesDark mode accentsSecondary text
800
2659
#26595A
Text on light backgroundsHeadingsStrong borders
900
1839
#18393A
Primary textHigh emphasis contentDark headings
950
0F24
#0F2424
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4FAFA;
  --charcoal-100: #E6F4F4;
  --charcoal-200: #D0EBEB;
  --charcoal-300: #ACDCDC;
  --charcoal-400: #81C9CA;
  --charcoal-500: #5DBABB;
  --charcoal-600: #429D9E;
  --charcoal-700: #357D7E;
  --charcoal-800: #26595A;
  --charcoal-900: #18393A;
  --charcoal-950: #0F2424;
}
Generate More ShadesCreate PaletteConvert Color