Steel Blue

#7D7FCF

Blue

Color Codes

All color formats for development

HEX
#7D7FCF
RGB
rgb(125, 127, 207)
HSL
hsl(239, 46%, 65%)
OKLCH
oklch(0.629 0.119 281.3)
CMYK
cmyk(40%, 39%, 0%, 19%)

Accessibility

WCAG contrast compliance

On White Background

3.62:1

AA AAA

On Black Background

5.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F4
100
#E5E5
200
#CFCF
300
#A9AA
400
#7D7E
500
#5759
600
#3D3E
700
#3032
800
#2223
900
#1617
950
#0E0E

Shades

Darker variations

1#6466C6
2#4C4EBD
3#3F40A9
4#363791
5#2D2E79
6#242561
7#1B1C49
8#121230
9#090918

Tints

Lighter variations

1#8A8BD4
2#9798D8
3#A4A5DD
4#B1B2E2
5#BEBFE7
6#CBCBEC
7#D8D8F1
8#E5E5F5
9#F2F2FA

Tones

Muted variations

1#8182CB
2#8586C7
3#898AC2
4#8D8EBE
5#9192BA
6#9596B6
7#999AB2
8#9E9EAE
9#A2A2AA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F4
#F4F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E5
#E5E5F5
Light backgroundsTable row hoverSkeleton loading
200
CFCF
#CFCFED
Secondary backgroundsInput backgroundsDividers
300
A9AA
#A9AADF
BordersInactive statesPlaceholder text
400
7D7E
#7D7ECF
Disabled statesSecondary iconsMuted text
500
5759
#5759C1
Primary brand colorCTAsActive elementsLinks
600
3D3E
#3D3EA4
Hover statesFocus ringsPrimary buttons hover
700
3032
#303282
Active/pressed statesDark mode accentsSecondary text
800
2223
#22235D
Text on light backgroundsHeadingsStrong borders
900
1617
#16173C
Primary textHigh emphasis contentDark headings
950
0E0E
#0E0E25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F4FB;
  --steel-blue-100: #E5E5F5;
  --steel-blue-200: #CFCFED;
  --steel-blue-300: #A9AADF;
  --steel-blue-400: #7D7ECF;
  --steel-blue-500: #5759C1;
  --steel-blue-600: #3D3EA4;
  --steel-blue-700: #303282;
  --steel-blue-800: #22235D;
  --steel-blue-900: #16173C;
  --steel-blue-950: #0E0E25;
}
Generate More ShadesCreate PaletteConvert Color