Steel Blue

#57BAC1

Cyan

Color Codes

All color formats for development

HEX
#57BAC1
RGB
rgb(87, 186, 193)
HSL
hsl(184, 46%, 55%)
OKLCH
oklch(0.733 0.093 201.6)
CMYK
cmyk(55%, 4%, 0%, 24%)

Accessibility

WCAG contrast compliance

On White Background

2.28:1

AA AAA

On Black Background

9.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E5F4
200
#CFEB
300
#A9DC
400
#7DC9
500
#57BA
600
#3D9D
700
#307D
800
#2259
900
#1639
950
#0E24

Shades

Darker variations

1#44B1B8
2#3D9DA4
3#35898F
4#2D767B
5#266266
6#1E4E52
7#173B3D
8#0F2729
9#081414

Tints

Lighter variations

1#68C1C7
2#79C8CD
3#8ACFD4
4#9AD6DA
5#ABDCE0
6#BCE3E6
7#CDEAEC
8#DDF1F3
9#EEF8F9

Tones

Muted variations

1#5DB5BC
2#62B1B6
3#67ACB1
4#6DA8AC
5#72A3A7
6#779FA1
7#7C9A9C
8#829597
9#879192

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E5F4
#E5F4F5
Light backgroundsTable row hoverSkeleton loading
200
CFEB
#CFEBED
Secondary backgroundsInput backgroundsDividers
300
A9DC
#A9DCDF
BordersInactive statesPlaceholder text
400
7DC9
#7DC9CF
Disabled statesSecondary iconsMuted text
500
57BA
#57BAC1
Primary brand colorCTAsActive elementsLinks
600
3D9D
#3D9DA4
Hover statesFocus ringsPrimary buttons hover
700
307D
#307D82
Active/pressed statesDark mode accentsSecondary text
800
2259
#22595D
Text on light backgroundsHeadingsStrong borders
900
1639
#16393C
Primary textHigh emphasis contentDark headings
950
0E24
#0E2425
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4FAFB;
  --steel-blue-100: #E5F4F5;
  --steel-blue-200: #CFEBED;
  --steel-blue-300: #A9DCDF;
  --steel-blue-400: #7DC9CF;
  --steel-blue-500: #57BAC1;
  --steel-blue-600: #3D9DA4;
  --steel-blue-700: #307D82;
  --steel-blue-800: #22595D;
  --steel-blue-900: #16393C;
  --steel-blue-950: #0E2425;
}
Generate More ShadesCreate PaletteConvert Color