Charcoal

#074B44

Cyan

Color Codes

All color formats for development

HEX
#074B44
RGB
rgb(7, 75, 68)
HSL
hsl(174, 83%, 16%)
OKLCH
oklch(0.372 0.063 183.9)
CMYK
cmyk(91%, 0%, 9%, 71%)

Accessibility

WCAG contrast compliance

On White Background

10.01:1

AA AAA

On Black Background

2.10: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#06433D
2#063C36
3#053430
4#042D29
5#032522
6#031E1B
7#021614
8#010F0E
9#010707

Tints

Lighter variations

1#0B7268
2#0E998B
3#12C0AF
4#16E7D2
5#3BEDDB
6#62F0E2
7#89F4E9
8#B1F8F1
9#D8FBF8

Tones

Muted variations

1#0A4741
2#0E443E
3#11413C
4#143D39
5#183A36
6#1B3634
7#1F3331
8#22302E
9#252C2C

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
#C2F9F4
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5EB
BordersInactive statesPlaceholder text
400
5CF0
#5CF0E1
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEBD8
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CDBB
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA395
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B756A
Text on light backgroundsHeadingsStrong borders
900
074B
#074B44
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: #C2F9F4;
  --charcoal-300: #94F5EB;
  --charcoal-400: #5CF0E1;
  --charcoal-500: #2DEBD8;
  --charcoal-600: #13CDBB;
  --charcoal-700: #0FA395;
  --charcoal-800: #0B756A;
  --charcoal-900: #074B44;
  --charcoal-950: #042F2A;
}
Generate More ShadesCreate PaletteConvert Color