Charcoal

#074A46

Cyan

Color Codes

All color formats for development

HEX
#074A46
RGB
rgb(7, 74, 70)
HSL
hsl(176, 83%, 16%)
OKLCH
oklch(0.37 0.061 188.4)
CMYK
cmyk(91%, 0%, 5%, 71%)

Accessibility

WCAG contrast compliance

On White Background

10.11:1

AA AAA

On Black Background

2.08: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#06433F
2#063C38
3#053431
4#042D2A
5#032523
6#031E1C
7#021615
8#010F0E
9#010707

Tints

Lighter variations

1#0B726B
2#0E9990
3#12C0B5
4#16E7D9
5#3BEDE1
6#62F0E7
7#89F4ED
8#B1F8F3
9#D8FBF9

Tones

Muted variations

1#0A4743
2#0E4440
3#11413D
4#143D3A
5#183A37
6#1B3635
7#1F3332
8#22302F
9#252C2C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCFA
Light backgroundsTable row hoverSkeleton loading
200
C2F9
#C2F9F6
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5EF
BordersInactive statesPlaceholder text
400
5CF0
#5CF0E6
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEBDF
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CDC1
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA399
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B756E
Text on light backgroundsHeadingsStrong borders
900
074B
#074B46
Primary textHigh emphasis contentDark headings
950
042F
#042F2C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1FEFD;
  --charcoal-100: #DEFCFA;
  --charcoal-200: #C2F9F6;
  --charcoal-300: #94F5EF;
  --charcoal-400: #5CF0E6;
  --charcoal-500: #2DEBDF;
  --charcoal-600: #13CDC1;
  --charcoal-700: #0FA399;
  --charcoal-800: #0B756E;
  --charcoal-900: #074B46;
  --charcoal-950: #042F2C;
}
Generate More ShadesCreate PaletteConvert Color