Steel Blue

#57AEC1

Cyan

Color Codes

All color formats for development

HEX
#57AEC1
RGB
rgb(87, 174, 193)
HSL
hsl(191, 46%, 55%)
OKLCH
oklch(0.704 0.088 213.9)
CMYK
cmyk(55%, 10%, 0%, 24%)

Accessibility

WCAG contrast compliance

On White Background

2.55:1

AA AAA

On Black Background

8.23:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E5F2
200
#CFE8
300
#A9D5
400
#7DC0
500
#57AE
600
#3D91
700
#3073
800
#2252
900
#1635
950
#0E21

Shades

Darker variations

1#44A3B8
2#3D91A4
3#357F8F
4#2D6D7B
5#265B66
6#1E4852
7#17363D
8#0F2429
9#081214

Tints

Lighter variations

1#68B6C7
2#79BECD
3#8AC6D4
4#9ACEDA
5#ABD6E0
6#BCDEE6
7#CDE7EC
8#DDEFF3
9#EEF7F9

Tones

Muted variations

1#5DAABC
2#62A7B6
3#67A4B1
4#6DA0AC
5#729DA7
6#779AA1
7#7C969C
8#829397
9#879092

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E5F2
#E5F2F5
Light backgroundsTable row hoverSkeleton loading
200
CFE8
#CFE8ED
Secondary backgroundsInput backgroundsDividers
300
A9D5
#A9D5DF
BordersInactive statesPlaceholder text
400
7DC0
#7DC0CF
Disabled statesSecondary iconsMuted text
500
57AE
#57AEC1
Primary brand colorCTAsActive elementsLinks
600
3D91
#3D91A4
Hover statesFocus ringsPrimary buttons hover
700
3073
#307382
Active/pressed statesDark mode accentsSecondary text
800
2252
#22525D
Text on light backgroundsHeadingsStrong borders
900
1635
#16353C
Primary textHigh emphasis contentDark headings
950
0E21
#0E2125
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4FAFB;
  --steel-blue-100: #E5F2F5;
  --steel-blue-200: #CFE8ED;
  --steel-blue-300: #A9D5DF;
  --steel-blue-400: #7DC0CF;
  --steel-blue-500: #57AEC1;
  --steel-blue-600: #3D91A4;
  --steel-blue-700: #307382;
  --steel-blue-800: #22525D;
  --steel-blue-900: #16353C;
  --steel-blue-950: #0E2125;
}
Generate More ShadesCreate PaletteConvert Color