Charcoal

#074A42

Cyan

Color Codes

All color formats for development

HEX
#074A42
RGB
rgb(7, 74, 66)
HSL
hsl(173, 83%, 16%)
OKLCH
oklch(0.369 0.063 182.3)
CMYK
cmyk(91%, 0%, 11%, 71%)

Accessibility

WCAG contrast compliance

On White Background

10.16:1

AA AAA

On Black Background

2.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2F9
300
#94F5
400
#5CF0
500
#2DEB
600
#13CD
700
#0FA3
800
#0B75
900
#074B
950
#042F

Shades

Darker variations

1#06433C
2#063C35
3#05342F
4#042D28
5#032521
6#031E1B
7#021614
8#010F0D
9#010707

Tints

Lighter variations

1#0B7266
2#0E9989
3#12C0AC
4#16E7CF
5#3BEDD8
6#62F0E0
7#89F4E8
8#B1F8EF
9#D8FBF7

Tones

Muted variations

1#0A4740
2#0E443E
3#11413B
4#143D38
5#183A36
6#1B3633
7#1F3331
8#22302E
9#252C2B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF9
Light backgroundsTable row hoverSkeleton loading
200
C2F9
#C2F9F3
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5EA
BordersInactive statesPlaceholder text
400
5CF0
#5CF0DF
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEBD5
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CDB8
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA392
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B7568
Text on light backgroundsHeadingsStrong borders
900
074B
#074B43
Primary textHigh emphasis contentDark headings
950
042F
#042F2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1FEFC;
  --charcoal-100: #DEFCF9;
  --charcoal-200: #C2F9F3;
  --charcoal-300: #94F5EA;
  --charcoal-400: #5CF0DF;
  --charcoal-500: #2DEBD5;
  --charcoal-600: #13CDB8;
  --charcoal-700: #0FA392;
  --charcoal-800: #0B7568;
  --charcoal-900: #074B43;
  --charcoal-950: #042F2A;
}
Generate More ShadesCreate PaletteConvert Color