Steel Blue

#4A9ECF

Blue

Color Codes

All color formats for development

HEX
#4A9ECF
RGB
rgb(74, 158, 207)
HSL
hsl(202, 58%, 55%)
OKLCH
oklch(0.668 0.109 237.2)
CMYK
cmyk(64%, 24%, 0%, 19%)

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
#CBE3
300
#A2CD
400
#72B4
500
#4A9E
600
#2F82
700
#2567
800
#1B4A
900
#112F
950
#0B1D

Shades

Darker variations

1#3592C7
2#2F82B1
3#29719B
4#236185
5#1D516F
6#184159
7#123142
8#0C202C
9#061016

Tints

Lighter variations

1#5CA8D4
2#6EB1D8
3#80BBDD
4#92C5E2
5#A4CEE7
6#B6D8EC
7#C9E2F1
8#DBECF5
9#EDF5FA

Tones

Muted variations

1#509CC8
2#579AC1
3#5E99BB
4#6497B4
5#6B95AE
6#7293A7
7#7892A0
8#7F909A
9#868E93

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
CBE3
#CBE3F1
Secondary backgroundsInput backgroundsDividers
300
A2CD
#A2CDE6
BordersInactive statesPlaceholder text
400
72B4
#72B4DA
Disabled statesSecondary iconsMuted text
500
4A9E
#4A9ECF
Primary brand colorCTAsActive elementsLinks
600
2F82
#2F82B1
Hover statesFocus ringsPrimary buttons hover
700
2567
#25678D
Active/pressed statesDark mode accentsSecondary text
800
1B4A
#1B4A65
Text on light backgroundsHeadingsStrong borders
900
112F
#112F40
Primary textHigh emphasis contentDark headings
950
0B1D
#0B1D28
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: #CBE3F1;
  --steel-blue-300: #A2CDE6;
  --steel-blue-400: #72B4DA;
  --steel-blue-500: #4A9ECF;
  --steel-blue-600: #2F82B1;
  --steel-blue-700: #25678D;
  --steel-blue-800: #1B4A65;
  --steel-blue-900: #112F40;
  --steel-blue-950: #0B1D28;
}
Generate More ShadesCreate PaletteConvert Color