Charcoal

#245A5C

Cyan

Color Codes

All color formats for development

HEX
#245A5C
RGB
rgb(36, 90, 92)
HSL
hsl(182, 44%, 25%)
OKLCH
oklch(0.433 0.057 198.6)
CMYK
cmyk(61%, 2%, 0%, 64%)

Accessibility

WCAG contrast compliance

On White Background

7.80:1

AA AAA

On Black Background

2.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E5F4
200
#CFEB
300
#ABDC
400
#7ECA
500
#5ABB
600
#3F9E
700
#327E
800
#245A
900
#173A
950
#0E24

Shades

Darker variations

1#205153
2#1D4849
3#193F40
4#153637
5#122D2E
6#0E2425
7#0B1B1C
8#071212
9#040909

Tints

Lighter variations

1#2E7577
2#399093
3#44ABAE
4#5ABBBF
5#75C7C9
6#91D2D4
7#ACDDDF
8#C8E8EA
9#E3F4F4

Tones

Muted variations

1#275759
2#295556
3#2C5253
4#2F4F51
5#324D4E
6#354A4B
7#374848
8#3A4545
9#3D4243

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E5F4
#E5F4F5
Light backgroundsTable row hoverSkeleton loading
200
CFEB
#CFEBEC
Secondary backgroundsInput backgroundsDividers
300
ABDC
#ABDCDE
BordersInactive statesPlaceholder text
400
7ECA
#7ECACD
Disabled statesSecondary iconsMuted text
500
5ABB
#5ABBBF
Primary brand colorCTAsActive elementsLinks
600
3F9E
#3F9EA2
Hover statesFocus ringsPrimary buttons hover
700
327E
#327E81
Active/pressed statesDark mode accentsSecondary text
800
245A
#245A5C
Text on light backgroundsHeadingsStrong borders
900
173A
#173A3B
Primary textHigh emphasis contentDark headings
950
0E24
#0E2425
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4FAFB;
  --charcoal-100: #E5F4F5;
  --charcoal-200: #CFEBEC;
  --charcoal-300: #ABDCDE;
  --charcoal-400: #7ECACD;
  --charcoal-500: #5ABBBF;
  --charcoal-600: #3F9EA2;
  --charcoal-700: #327E81;
  --charcoal-800: #245A5C;
  --charcoal-900: #173A3B;
  --charcoal-950: #0E2425;
}
Generate More ShadesCreate PaletteConvert Color