Steel Blue

#4B8895

Cyan

Color Codes

All color formats for development

HEX
#4B8895
RGB
rgb(75, 136, 149)
HSL
hsl(191, 33%, 44%)
OKLCH
oklch(0.591 0.066 213)
CMYK
cmyk(50%, 9%, 0%, 42%)

Accessibility

WCAG contrast compliance

On White Background

4.00:1

AA AAA

On Black Background

5.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E7F1
200
#D3E5
300
#B1D1
400
#88B8
500
#66A4
600
#4B88
700
#3C6C
800
#2B4D
900
#1B31
950
#111F

Shades

Darker variations

1#447A86
2#3C6D77
3#355F68
4#2D515A
5#26444B
6#1E363C
7#17292D
8#0F1B1E
9#080E0F

Tints

Lighter variations

1#5599A8
2#67A5B2
3#7AB0BC
4#8DBBC6
5#A0C7CF
6#B3D2D9
7#C6DDE2
8#D9E8EC
9#ECF4F5

Tones

Muted variations

1#4F8592
2#53838E
3#56818A
4#5A7E86
5#5E7C83
6#617A7F
7#65777B
8#697578
9#6C7374

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9FA
BackgroundsSubtle highlightsCard backgrounds
100
E7F1
#E7F1F3
Light backgroundsTable row hoverSkeleton loading
200
D3E5
#D3E5E9
Secondary backgroundsInput backgroundsDividers
300
B1D1
#B1D1D8
BordersInactive statesPlaceholder text
400
88B8
#88B8C3
Disabled statesSecondary iconsMuted text
500
66A4
#66A4B2
Primary brand colorCTAsActive elementsLinks
600
4B88
#4B8895
Hover statesFocus ringsPrimary buttons hover
700
3C6C
#3C6C77
Active/pressed statesDark mode accentsSecondary text
800
2B4D
#2B4D55
Text on light backgroundsHeadingsStrong borders
900
1B31
#1B3136
Primary textHigh emphasis contentDark headings
950
111F
#111F22
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F5F9FA;
  --steel-blue-100: #E7F1F3;
  --steel-blue-200: #D3E5E9;
  --steel-blue-300: #B1D1D8;
  --steel-blue-400: #88B8C3;
  --steel-blue-500: #66A4B2;
  --steel-blue-600: #4B8895;
  --steel-blue-700: #3C6C77;
  --steel-blue-800: #2B4D55;
  --steel-blue-900: #1B3136;
  --steel-blue-950: #111F22;
}
Generate More ShadesCreate PaletteConvert Color