Steel Blue

#6263B7

Blue

Color Codes

All color formats for development

HEX
#6263B7
RGB
rgb(98, 99, 183)
HSL
hsl(239, 37%, 55%)
OKLCH
oklch(0.539 0.129 280.6)
CMYK
cmyk(46%, 46%, 0%, 28%)

Accessibility

WCAG contrast compliance

On White Background

5.27:1

AA AAA

On Black Background

3.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F5
100
#E7E7
200
#D2D2
300
#AFAF
400
#8586
500
#6263
600
#4748
700
#3839
800
#2829
900
#1A1A
950
#1010

Shades

Darker variations

1#5051AD
2#47489A
3#3E3F86
4#353673
5#2C2D60
6#23244D
7#1B1B3A
8#121226
9#090913

Tints

Lighter variations

1#7273BE
2#8182C5
3#9192CC
4#A1A2D4
5#B0B1DB
6#C0C1E2
7#D0D0E9
8#E0E0F1
9#EFEFF8

Tones

Muted variations

1#6667B2
2#6A6BAE
3#6F70AA
4#7374A6
5#7778A1
6#7B7C9D
7#808099
8#848495
9#888890

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F5
#F5F5FA
BackgroundsSubtle highlightsCard backgrounds
100
E7E7
#E7E7F4
Light backgroundsTable row hoverSkeleton loading
200
D2D2
#D2D2EA
Secondary backgroundsInput backgroundsDividers
300
AFAF
#AFAFDA
BordersInactive statesPlaceholder text
400
8586
#8586C7
Disabled statesSecondary iconsMuted text
500
6263
#6263B7
Primary brand colorCTAsActive elementsLinks
600
4748
#47489A
Hover statesFocus ringsPrimary buttons hover
700
3839
#38397A
Active/pressed statesDark mode accentsSecondary text
800
2829
#282957
Text on light backgroundsHeadingsStrong borders
900
1A1A
#1A1A38
Primary textHigh emphasis contentDark headings
950
1010
#101023
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F5F5FA;
  --steel-blue-100: #E7E7F4;
  --steel-blue-200: #D2D2EA;
  --steel-blue-300: #AFAFDA;
  --steel-blue-400: #8586C7;
  --steel-blue-500: #6263B7;
  --steel-blue-600: #47489A;
  --steel-blue-700: #38397A;
  --steel-blue-800: #282957;
  --steel-blue-900: #1A1A38;
  --steel-blue-950: #101023;
}
Generate More ShadesCreate PaletteConvert Color