Charcoal

#275959

Cyan

Color Codes

All color formats for development

HEX
#275959
RGB
rgb(39, 89, 89)
HSL
hsl(180, 39%, 25%)
OKLCH
oklch(0.43 0.054 195.3)
CMYK
cmyk(56%, 0%, 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
#D1EB
300
#ADDB
400
#83C9
500
#5FB9
600
#449C
700
#367C
800
#2759
900
#1939
950
#1023

Shades

Darker variations

1#235050
2#1F4747
3#1B3E3E
4#173535
5#132C2C
6#102323
7#0C1B1B
8#081212
9#040909

Tints

Lighter variations

1#337373
2#3E8E8E
3#4AA8A8
4#5FB9B9
5#7AC5C5
6#95D0D0
7#AFDCDC
8#CAE8E8
9#E4F3F3

Tones

Muted variations

1#295656
2#2C5454
3#2E5151
4#314F4F
5#334C4C
6#364A4A
7#384747
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
D1EB
#D1EBEB
Secondary backgroundsInput backgroundsDividers
300
ADDB
#ADDBDB
BordersInactive statesPlaceholder text
400
83C9
#83C9C9
Disabled statesSecondary iconsMuted text
500
5FB9
#5FB9B9
Primary brand colorCTAsActive elementsLinks
600
449C
#449C9C
Hover statesFocus ringsPrimary buttons hover
700
367C
#367C7C
Active/pressed statesDark mode accentsSecondary text
800
2759
#275959
Text on light backgroundsHeadingsStrong borders
900
1939
#193939
Primary textHigh emphasis contentDark headings
950
1023
#102323
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4FAFA;
  --charcoal-100: #E6F4F4;
  --charcoal-200: #D1EBEB;
  --charcoal-300: #ADDBDB;
  --charcoal-400: #83C9C9;
  --charcoal-500: #5FB9B9;
  --charcoal-600: #449C9C;
  --charcoal-700: #367C7C;
  --charcoal-800: #275959;
  --charcoal-900: #193939;
  --charcoal-950: #102323;
}
Generate More ShadesCreate PaletteConvert Color