Charcoal

#304850

Blue

Color Codes

All color formats for development

HEX
#304850
RGB
rgb(48, 72, 80)
HSL
hsl(195, 25%, 25%)
OKLCH
oklch(0.385 0.032 220.7)
CMYK
cmyk(40%, 10%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

9.68:1

AA AAA

On Black Background

2.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E9EF
200
#D6E2
300
#B6CC
400
#8FB1
500
#709B
600
#547E
700
#4364
800
#3048
900
#1F2E
950
#131D

Shades

Darker variations

1#2B4148
2#263940
3#213238
4#1D2B30
5#182428
6#131D20
7#0E1618
8#0A0E10
9#050708

Tints

Lighter variations

1#3E5D68
2#4D7380
3#5B8897
4#709BA9
5#87ABB7
6#9FBCC6
7#B7CDD4
8#CFDEE2
9#E7EEF1

Tones

Muted variations

1#31474E
2#33464D
3#35454B
4#364549
5#384448
6#394346
7#3B4245
8#3D4143
9#3E4141

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EF
#E9EFF2
Light backgroundsTable row hoverSkeleton loading
200
D6E2
#D6E2E6
Secondary backgroundsInput backgroundsDividers
300
B6CC
#B6CCD3
BordersInactive statesPlaceholder text
400
8FB1
#8FB1BC
Disabled statesSecondary iconsMuted text
500
709B
#709BA9
Primary brand colorCTAsActive elementsLinks
600
547E
#547E8C
Hover statesFocus ringsPrimary buttons hover
700
4364
#436470
Active/pressed statesDark mode accentsSecondary text
800
3048
#304850
Text on light backgroundsHeadingsStrong borders
900
1F2E
#1F2E33
Primary textHigh emphasis contentDark headings
950
131D
#131D20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F8F9;
  --charcoal-100: #E9EFF2;
  --charcoal-200: #D6E2E6;
  --charcoal-300: #B6CCD3;
  --charcoal-400: #8FB1BC;
  --charcoal-500: #709BA9;
  --charcoal-600: #547E8C;
  --charcoal-700: #436470;
  --charcoal-800: #304850;
  --charcoal-900: #1F2E33;
  --charcoal-950: #131D20;
}
Generate More ShadesCreate PaletteConvert Color