Charcoal

#262D59

Blue

Color Codes

All color formats for development

HEX
#262D59
RGB
rgb(38, 45, 89)
HSL
hsl(232, 40%, 25%)
OKLCH
oklch(0.315 0.079 274.2)
CMYK
cmyk(57%, 49%, 0%, 65%)

Accessibility

WCAG contrast compliance

On White Background

13.11:1

AA AAA

On Black Background

1.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E6E8
200
#D1D4
300
#ADB3
400
#828C
500
#5E6B
600
#434F
700
#363F
800
#262D
900
#181D
950
#0F12

Shades

Darker variations

1#222950
2#1F2447
3#1B203E
4#171B36
5#13172D
6#0F1224
7#0B0E1B
8#080912
9#040509

Tints

Lighter variations

1#323B74
2#3D488F
3#4956AA
4#5E6BBA
5#7983C6
6#949CD1
7#AFB5DD
8#C9CEE8
9#E4E6F4

Tones

Muted variations

1#292F57
2#2B3154
3#2E3352
4#30354F
5#33364D
6#36384A
7#383A47
8#3B3C45
9#3D3E42

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FA
BackgroundsSubtle highlightsCard backgrounds
100
E6E8
#E6E8F4
Light backgroundsTable row hoverSkeleton loading
200
D1D4
#D1D4EB
Secondary backgroundsInput backgroundsDividers
300
ADB3
#ADB3DC
BordersInactive statesPlaceholder text
400
828C
#828CC9
Disabled statesSecondary iconsMuted text
500
5E6B
#5E6BBA
Primary brand colorCTAsActive elementsLinks
600
434F
#434F9D
Hover statesFocus ringsPrimary buttons hover
700
363F
#363F7D
Active/pressed statesDark mode accentsSecondary text
800
262D
#262D59
Text on light backgroundsHeadingsStrong borders
900
181D
#181D39
Primary textHigh emphasis contentDark headings
950
0F12
#0F1224
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4F5FA;
  --charcoal-100: #E6E8F4;
  --charcoal-200: #D1D4EB;
  --charcoal-300: #ADB3DC;
  --charcoal-400: #828CC9;
  --charcoal-500: #5E6BBA;
  --charcoal-600: #434F9D;
  --charcoal-700: #363F7D;
  --charcoal-800: #262D59;
  --charcoal-900: #181D39;
  --charcoal-950: #0F1224;
}
Generate More ShadesCreate PaletteConvert Color