Steel Blue

#499ED0

Blue

Color Codes

All color formats for development

HEX
#499ED0
RGB
rgb(73, 158, 208)
HSL
hsl(202, 59%, 55%)
OKLCH
oklch(0.668 0.11 237.5)
CMYK
cmyk(65%, 24%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

2.96:1

AA AAA

On Black Background

7.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F9
100
#E3F0
200
#CAE3
300
#A2CE
400
#71B4
500
#499E
600
#2E82
700
#2567
800
#1A4A
900
#112F
950
#0A1E

Shades

Darker variations

1#3492C9
2#2E82B2
3#28729C
4#236186
5#1D516F
6#174159
7#113143
8#0C202D
9#061016

Tints

Lighter variations

1#5BA8D5
2#6DB2D9
3#7FBBDE
4#92C5E3
5#A4CFE7
6#B6D8EC
7#C8E2F1
8#DBECF6
9#EDF5FA

Tones

Muted variations

1#4F9CC9
2#569BC2
3#5D99BC
4#6497B5
5#6A95AE
6#7193A7
7#7892A1
8#7F909A
9#858E93

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F9
#F3F9FC
BackgroundsSubtle highlightsCard backgrounds
100
E3F0
#E3F0F8
Light backgroundsTable row hoverSkeleton loading
200
CAE3
#CAE3F1
Secondary backgroundsInput backgroundsDividers
300
A2CE
#A2CEE7
BordersInactive statesPlaceholder text
400
71B4
#71B4DA
Disabled statesSecondary iconsMuted text
500
499E
#499ED0
Primary brand colorCTAsActive elementsLinks
600
2E82
#2E82B2
Hover statesFocus ringsPrimary buttons hover
700
2567
#25678E
Active/pressed statesDark mode accentsSecondary text
800
1A4A
#1A4A65
Text on light backgroundsHeadingsStrong borders
900
112F
#112F41
Primary textHigh emphasis contentDark headings
950
0A1E
#0A1E29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F9FC;
  --steel-blue-100: #E3F0F8;
  --steel-blue-200: #CAE3F1;
  --steel-blue-300: #A2CEE7;
  --steel-blue-400: #71B4DA;
  --steel-blue-500: #499ED0;
  --steel-blue-600: #2E82B2;
  --steel-blue-700: #25678E;
  --steel-blue-800: #1A4A65;
  --steel-blue-900: #112F41;
  --steel-blue-950: #0A1E29;
}
Generate More ShadesCreate PaletteConvert Color