Steel Blue

#4BA0CE

Blue

Color Codes

All color formats for development

HEX
#4BA0CE
RGB
rgb(75, 160, 206)
HSL
hsl(201, 57%, 55%)
OKLCH
oklch(0.672 0.106 235.1)
CMYK
cmyk(64%, 22%, 0%, 19%)

Accessibility

WCAG contrast compliance

On White Background

2.91:1

AA AAA

On Black Background

7.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F9
100
#E3F0
200
#CBE4
300
#A3CE
400
#73B5
500
#4BA0
600
#3083
700
#2669
800
#1B4B
900
#1230
950
#0B1E

Shades

Darker variations

1#3694C6
2#3083B0
3#2A739A
4#246384
5#1E526E
6#184258
7#123142
8#0C212C
9#061016

Tints

Lighter variations

1#5DA9D3
2#6FB3D8
3#81BCDC
4#93C6E1
5#A5CFE6
6#B7D9EB
7#C9E2F0
8#DBECF5
9#EDF5FA

Tones

Muted variations

1#519EC7
2#589CC1
3#5E9ABA
4#6598B3
5#6C96AD
6#7294A6
7#7992A0
8#7F9099
9#868E93

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F9
#F3F9FC
BackgroundsSubtle highlightsCard backgrounds
100
E3F0
#E3F0F7
Light backgroundsTable row hoverSkeleton loading
200
CBE4
#CBE4F1
Secondary backgroundsInput backgroundsDividers
300
A3CE
#A3CEE6
BordersInactive statesPlaceholder text
400
73B5
#73B5D9
Disabled statesSecondary iconsMuted text
500
4BA0
#4BA0CE
Primary brand colorCTAsActive elementsLinks
600
3083
#3083B0
Hover statesFocus ringsPrimary buttons hover
700
2669
#26698C
Active/pressed statesDark mode accentsSecondary text
800
1B4B
#1B4B64
Text on light backgroundsHeadingsStrong borders
900
1230
#123040
Primary textHigh emphasis contentDark headings
950
0B1E
#0B1E28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F9FC;
  --steel-blue-100: #E3F0F7;
  --steel-blue-200: #CBE4F1;
  --steel-blue-300: #A3CEE6;
  --steel-blue-400: #73B5D9;
  --steel-blue-500: #4BA0CE;
  --steel-blue-600: #3083B0;
  --steel-blue-700: #26698C;
  --steel-blue-800: #1B4B64;
  --steel-blue-900: #123040;
  --steel-blue-950: #0B1E28;
}
Generate More ShadesCreate PaletteConvert Color