Charcoal

#274159

Blue

Color Codes

All color formats for development

HEX
#274159
RGB
rgb(39, 65, 89)
HSL
hsl(209, 39%, 25%)
OKLCH
oklch(0.366 0.053 247.5)
CMYK
cmyk(56%, 27%, 0%, 65%)

Accessibility

WCAG contrast compliance

On White Background

10.57:1

AA AAA

On Black Background

1.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E6ED
200
#D1DE
300
#ADC5
400
#83A7
500
#5F8E
600
#4472
700
#365A
800
#2741
900
#1929
950
#101A

Shades

Darker variations

1#233A50
2#1F3447
3#1B2D3E
4#172735
5#13202C
6#101A23
7#0C131B
8#080D12
9#040609

Tints

Lighter variations

1#335473
2#3E678E
3#4A7BA8
4#5F8EB9
5#7AA1C5
6#95B3D0
7#AFC6DC
8#CAD9E8
9#E4ECF3

Tones

Muted variations

1#294056
2#2C4054
3#2E4051
4#31404F
5#33404C
6#36404A
7#384047
8#3B4045
9#3D4042

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F7
#F4F7FA
BackgroundsSubtle highlightsCard backgrounds
100
E6ED
#E6EDF4
Light backgroundsTable row hoverSkeleton loading
200
D1DE
#D1DEEB
Secondary backgroundsInput backgroundsDividers
300
ADC5
#ADC5DB
BordersInactive statesPlaceholder text
400
83A7
#83A7C9
Disabled statesSecondary iconsMuted text
500
5F8E
#5F8EB9
Primary brand colorCTAsActive elementsLinks
600
4472
#44729C
Hover statesFocus ringsPrimary buttons hover
700
365A
#365A7C
Active/pressed statesDark mode accentsSecondary text
800
2741
#274159
Text on light backgroundsHeadingsStrong borders
900
1929
#192939
Primary textHigh emphasis contentDark headings
950
101A
#101A23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4F7FA;
  --charcoal-100: #E6EDF4;
  --charcoal-200: #D1DEEB;
  --charcoal-300: #ADC5DB;
  --charcoal-400: #83A7C9;
  --charcoal-500: #5F8EB9;
  --charcoal-600: #44729C;
  --charcoal-700: #365A7C;
  --charcoal-800: #274159;
  --charcoal-900: #192939;
  --charcoal-950: #101A23;
}
Generate More ShadesCreate PaletteConvert Color