Charcoal

#232E2F

Cyan

Color Codes

All color formats for development

HEX
#232E2F
RGB
rgb(35, 46, 47)
HSL
hsl(185, 15%, 16%)
OKLCH
oklch(0.291 0.015 203.2)
CMYK
cmyk(26%, 2%, 0%, 82%)

Accessibility

WCAG contrast compliance

On White Background

13.97:1

AA AAA

On Black Background

1.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D9E2
300
#BCCC
400
#98B1
500
#7B9B
600
#5F7E
700
#4C64
800
#3648
900
#232E
950
#161D

Shades

Darker variations

1#1F292A
2#1C2526
3#182021
4#151C1C
5#111717
6#0E1213
7#0A0E0E
8#070909
9#030505

Tints

Lighter variations

1#354648
2#475E60
3#597679
4#6C8E91
5#84A1A4
6#9CB4B6
7#B5C7C8
8#CEDADB
9#E6ECED

Tones

Muted variations

1#232D2E
2#242D2E
3#252C2D
4#252C2C
5#262B2C
6#262B2B
7#272A2B
8#282A2A
9#282929

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EAEF
#EAEFF0
Light backgroundsTable row hoverSkeleton loading
200
D9E2
#D9E2E3
Secondary backgroundsInput backgroundsDividers
300
BCCC
#BCCCCD
BordersInactive statesPlaceholder text
400
98B1
#98B1B3
Disabled statesSecondary iconsMuted text
500
7B9B
#7B9B9D
Primary brand colorCTAsActive elementsLinks
600
5F7E
#5F7E81
Hover statesFocus ringsPrimary buttons hover
700
4C64
#4C6467
Active/pressed statesDark mode accentsSecondary text
800
3648
#364849
Text on light backgroundsHeadingsStrong borders
900
232E
#232E2F
Primary textHigh emphasis contentDark headings
950
161D
#161D1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F8F8;
  --charcoal-100: #EAEFF0;
  --charcoal-200: #D9E2E3;
  --charcoal-300: #BCCCCD;
  --charcoal-400: #98B1B3;
  --charcoal-500: #7B9B9D;
  --charcoal-600: #5F7E81;
  --charcoal-700: #4C6467;
  --charcoal-800: #364849;
  --charcoal-900: #232E2F;
  --charcoal-950: #161D1D;
}
Generate More ShadesCreate PaletteConvert Color