Charcoal

#335C80

Blue

Color Codes

All color formats for development

HEX
#335C80
RGB
rgb(51, 92, 128)
HSL
hsl(208, 43%, 35%)
OKLCH
oklch(0.461 0.075 246.8)
CMYK
cmyk(60%, 28%, 0%, 50%)

Accessibility

WCAG contrast compliance

On White Background

7.04:1

AA AAA

On Black Background

2.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F8
100
#E5EE
200
#D0DF
300
#ABC6
400
#7FA8
500
#5B90
600
#4073
700
#335C
800
#2442
900
#172A
950
#0F1A

Shades

Darker variations

1#2E5373
2#294966
3#244059
4#1F374D
5#192E40
6#142533
7#0F1C26
8#0A121A
9#05090D

Tints

Lighter variations

1#3C6D97
2#467EAF
3#598EBD
4#719EC6
5#88AFD0
6#A0BFD9
7#B8CFE3
8#D0DFEC
9#E7EFF6

Tones

Muted variations

1#375C7C
2#3B5B78
3#3E5B74
4#425B70
5#465B6C
6#4A5A69
7#4E5A65
8#525A61
9#555A5D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F8
#F4F8FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EE
#E5EEF5
Light backgroundsTable row hoverSkeleton loading
200
D0DF
#D0DFEC
Secondary backgroundsInput backgroundsDividers
300
ABC6
#ABC6DE
BordersInactive statesPlaceholder text
400
7FA8
#7FA8CC
Disabled statesSecondary iconsMuted text
500
5B90
#5B90BE
Primary brand colorCTAsActive elementsLinks
600
4073
#4073A0
Hover statesFocus ringsPrimary buttons hover
700
335C
#335C80
Active/pressed statesDark mode accentsSecondary text
800
2442
#24425B
Text on light backgroundsHeadingsStrong borders
900
172A
#172A3A
Primary textHigh emphasis contentDark headings
950
0F1A
#0F1A24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4F8FB;
  --charcoal-100: #E5EEF5;
  --charcoal-200: #D0DFEC;
  --charcoal-300: #ABC6DE;
  --charcoal-400: #7FA8CC;
  --charcoal-500: #5B90BE;
  --charcoal-600: #4073A0;
  --charcoal-700: #335C80;
  --charcoal-800: #24425B;
  --charcoal-900: #172A3A;
  --charcoal-950: #0F1A24;
}
Generate More ShadesCreate PaletteConvert Color