Steel Blue

#3499AD

Cyan

Color Codes

All color formats for development

HEX
#3499AD
RGB
rgb(52, 153, 173)
HSL
hsl(190, 54%, 44%)
OKLCH
oklch(0.634 0.095 213.6)
CMYK
cmyk(70%, 12%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

3.33:1

AA AAA

On Black Background

6.31:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FA
100
#E4F4
200
#CCEA
300
#A5D9
400
#76C6
500
#4EB6
600
#3499
700
#2979
800
#1D57
900
#1337
950
#0C23

Shades

Darker variations

1#2E899C
2#297A8A
3#246B79
4#1F5C68
5#1A4C56
6#153D45
7#0F2E34
8#0A1F23
9#050F11

Tints

Lighter variations

1#3AACC3
2#4FB6CA
3#65BFD1
4#7BC8D8
5#91D1DE
6#A7DAE5
7#BDE4EB
8#D3EDF2
9#E9F6F8

Tones

Muted variations

1#3A95A7
2#4091A1
3#468C9B
4#4C8895
5#52848E
6#588088
7#5E7C82
8#64787C
9#6A7476

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FA
#F3FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E4F4
#E4F4F7
Light backgroundsTable row hoverSkeleton loading
200
CCEA
#CCEAF0
Secondary backgroundsInput backgroundsDividers
300
A5D9
#A5D9E4
BordersInactive statesPlaceholder text
400
76C6
#76C6D6
Disabled statesSecondary iconsMuted text
500
4EB6
#4EB6CA
Primary brand colorCTAsActive elementsLinks
600
3499
#3499AD
Hover statesFocus ringsPrimary buttons hover
700
2979
#297989
Active/pressed statesDark mode accentsSecondary text
800
1D57
#1D5762
Text on light backgroundsHeadingsStrong borders
900
1337
#13373F
Primary textHigh emphasis contentDark headings
950
0C23
#0C2327
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3FAFB;
  --steel-blue-100: #E4F4F7;
  --steel-blue-200: #CCEAF0;
  --steel-blue-300: #A5D9E4;
  --steel-blue-400: #76C6D6;
  --steel-blue-500: #4EB6CA;
  --steel-blue-600: #3499AD;
  --steel-blue-700: #297989;
  --steel-blue-800: #1D5762;
  --steel-blue-900: #13373F;
  --steel-blue-950: #0C2327;
}
Generate More ShadesCreate PaletteConvert Color