Charcoal

#044E3B

Cyan

Color Codes

All color formats for development

HEX
#044E3B
RGB
rgb(4, 78, 59)
HSL
hsl(165, 90%, 16%)
OKLCH
oklch(0.378 0.074 169.1)
CMYK
cmyk(95%, 0%, 24%, 69%)

Accessibility

WCAG contrast compliance

On White Background

9.73:1

AA AAA

On Black Background

2.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFD
200
#C0FC
300
#90F9
400
#55F6
500
#25F4
600
#0BD5
700
#09AA
800
#0679
900
#044E
950
#0330

Shades

Darker variations

1#044635
2#033E2F
3#033629
4#022F23
5#02271E
6#021F18
7#011712
8#01100C
9#000806

Tints

Lighter variations

1#06765A
2#089F79
3#0BC898
4#0DF0B7
5#34F4C4
6#5CF6D0
7#85F9DC
8#AEFBE7
9#D6FDF3

Tones

Muted variations

1#084A39
2#0B4637
3#0F4336
4#133F34
5#163B32
6#1A3730
7#1E342E
8#21302C
9#252C2B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFB
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF5
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCED
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9DF
BordersInactive statesPlaceholder text
400
55F6
#55F6CE
Disabled statesSecondary iconsMuted text
500
25F4
#25F4C0
Primary brand colorCTAsActive elementsLinks
600
0BD5
#0BD5A3
Hover statesFocus ringsPrimary buttons hover
700
09AA
#09AA81
Active/pressed statesDark mode accentsSecondary text
800
0679
#06795C
Text on light backgroundsHeadingsStrong borders
900
044E
#044E3B
Primary textHigh emphasis contentDark headings
950
0330
#033025
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FEFB;
  --charcoal-100: #DDFDF5;
  --charcoal-200: #C0FCED;
  --charcoal-300: #90F9DF;
  --charcoal-400: #55F6CE;
  --charcoal-500: #25F4C0;
  --charcoal-600: #0BD5A3;
  --charcoal-700: #09AA81;
  --charcoal-800: #06795C;
  --charcoal-900: #044E3B;
  --charcoal-950: #033025;
}
Generate More ShadesCreate PaletteConvert Color