Charcoal

#0F4043

Cyan

Color Codes

All color formats for development

HEX
#0F4043
RGB
rgb(15, 64, 67)
HSL
hsl(183, 63%, 16%)
OKLCH
oklch(0.341 0.051 201)
CMYK
cmyk(78%, 4%, 0%, 74%)

Accessibility

WCAG contrast compliance

On White Background

11.45:1

AA AAA

On Black Background

1.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F7
200
#C9F1
300
#9FE6
400
#6ED8
500
#44CD
600
#2AB0
700
#218C
800
#1864
900
#0F40
950
#0928

Shades

Darker variations

1#0E3A3C
2#0C3335
3#0B2D2F
4#092628
5#082021
6#061A1B
7#051314
8#030D0D
9#020607

Tints

Lighter variations

1#176165
2#1F8388
3#27A5AB
4#2FC6CE
5#50D1D7
6#73DADF
7#96E3E7
8#B9ECEF
9#DCF6F7

Tones

Muted variations

1#123E40
2#143B3D
3#17393B
4#193738
5#1C3436
6#1F3233
7#213031
8#242D2E
9#262B2B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFC
BackgroundsSubtle highlightsCard backgrounds
100
E2F7
#E2F7F8
Light backgroundsTable row hoverSkeleton loading
200
C9F1
#C9F1F3
Secondary backgroundsInput backgroundsDividers
300
9FE6
#9FE6E9
BordersInactive statesPlaceholder text
400
6ED8
#6ED8DE
Disabled statesSecondary iconsMuted text
500
44CD
#44CDD5
Primary brand colorCTAsActive elementsLinks
600
2AB0
#2AB0B7
Hover statesFocus ringsPrimary buttons hover
700
218C
#218C91
Active/pressed statesDark mode accentsSecondary text
800
1864
#186468
Text on light backgroundsHeadingsStrong borders
900
0F40
#0F4043
Primary textHigh emphasis contentDark headings
950
0928
#09282A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3FCFC;
  --charcoal-100: #E2F7F8;
  --charcoal-200: #C9F1F3;
  --charcoal-300: #9FE6E9;
  --charcoal-400: #6ED8DE;
  --charcoal-500: #44CDD5;
  --charcoal-600: #2AB0B7;
  --charcoal-700: #218C91;
  --charcoal-800: #186468;
  --charcoal-900: #0F4043;
  --charcoal-950: #09282A;
}
Generate More ShadesCreate PaletteConvert Color