Steel Blue

#4BB3CE

Cyan

Color Codes

All color formats for development

HEX
#4BB3CE
RGB
rgb(75, 179, 206)
HSL
hsl(192, 57%, 55%)
OKLCH
oklch(0.717 0.102 217.9)
CMYK
cmyk(64%, 13%, 0%, 19%)

Accessibility

WCAG contrast compliance

On White Background

2.43:1

AA AAA

On Black Background

8.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FA
100
#E3F3
200
#CBE9
300
#A3D8
400
#73C4
500
#4BB3
600
#3097
700
#2678
800
#1B56
900
#1237
950
#0B22

Shades

Darker variations

1#36A9C6
2#3097B0
3#2A849A
4#247184
5#1E5E6E
6#184B58
7#123842
8#0C262C
9#061316

Tints

Lighter variations

1#5DBBD3
2#6FC3D8
3#81CADC
4#93D2E1
5#A5D9E6
6#B7E1EB
7#C9E8F0
8#DBF0F5
9#EDF7FA

Tones

Muted variations

1#51B0C7
2#58ACC1
3#5EA8BA
4#65A4B3
5#6CA0AD
6#729CA6
7#7998A0
8#7F9499
9#869093

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FA
#F3FAFC
BackgroundsSubtle highlightsCard backgrounds
100
E3F3
#E3F3F7
Light backgroundsTable row hoverSkeleton loading
200
CBE9
#CBE9F1
Secondary backgroundsInput backgroundsDividers
300
A3D8
#A3D8E6
BordersInactive statesPlaceholder text
400
73C4
#73C4D9
Disabled statesSecondary iconsMuted text
500
4BB3
#4BB3CE
Primary brand colorCTAsActive elementsLinks
600
3097
#3097B0
Hover statesFocus ringsPrimary buttons hover
700
2678
#26788C
Active/pressed statesDark mode accentsSecondary text
800
1B56
#1B5664
Text on light backgroundsHeadingsStrong borders
900
1237
#123740
Primary textHigh emphasis contentDark headings
950
0B22
#0B2228
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3FAFC;
  --steel-blue-100: #E3F3F7;
  --steel-blue-200: #CBE9F1;
  --steel-blue-300: #A3D8E6;
  --steel-blue-400: #73C4D9;
  --steel-blue-500: #4BB3CE;
  --steel-blue-600: #3097B0;
  --steel-blue-700: #26788C;
  --steel-blue-800: #1B5664;
  --steel-blue-900: #123740;
  --steel-blue-950: #0B2228;
}
Generate More ShadesCreate PaletteConvert Color