Steel Blue

#798FD2

Blue

Color Codes

All color formats for development

HEX
#798FD2
RGB
rgb(121, 143, 210)
HSL
hsl(225, 50%, 65%)
OKLCH
oklch(0.66 0.103 269.6)
CMYK
cmyk(42%, 32%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

3.15:1

AA AAA

On Black Background

6.67:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E4E9
200
#CDD6
300
#A7B6
400
#798F
500
#5370
600
#3854
700
#2D43
800
#2030
900
#141F
950
#0D13

Shades

Darker variations

1#607BCA
2#4766C2
3#3A57AE
4#324B95
5#293E7C
6#213263
7#19254B
8#111932
9#080C19

Tints

Lighter variations

1#879BD7
2#94A6DB
3#A1B1E0
4#AFBCE4
5#BCC7E9
6#C9D2ED
7#D7DEF2
8#E4E9F6
9#F2F4FB

Tones

Muted variations

1#7E92CE
2#8294C9
3#8796C5
4#8B98C1
5#8F9BBC
6#949DB8
7#989FB3
8#9DA1AF
9#A1A4AA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E9
#E4E9F6
Light backgroundsTable row hoverSkeleton loading
200
CDD6
#CDD6EE
Secondary backgroundsInput backgroundsDividers
300
A7B6
#A7B6E2
BordersInactive statesPlaceholder text
400
798F
#798FD2
Disabled statesSecondary iconsMuted text
500
5370
#5370C6
Primary brand colorCTAsActive elementsLinks
600
3854
#3854A8
Hover statesFocus ringsPrimary buttons hover
700
2D43
#2D4386
Active/pressed statesDark mode accentsSecondary text
800
2030
#203060
Text on light backgroundsHeadingsStrong borders
900
141F
#141F3D
Primary textHigh emphasis contentDark headings
950
0D13
#0D1326
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F5FB;
  --steel-blue-100: #E4E9F6;
  --steel-blue-200: #CDD6EE;
  --steel-blue-300: #A7B6E2;
  --steel-blue-400: #798FD2;
  --steel-blue-500: #5370C6;
  --steel-blue-600: #3854A8;
  --steel-blue-700: #2D4386;
  --steel-blue-800: #203060;
  --steel-blue-900: #141F3D;
  --steel-blue-950: #0D1326;
}
Generate More ShadesCreate PaletteConvert Color