Steel Blue

#57A8C1

Cyan

Color Codes

All color formats for development

HEX
#57A8C1
RGB
rgb(87, 168, 193)
HSL
hsl(194, 46%, 55%)
OKLCH
oklch(0.69 0.087 220.5)
CMYK
cmyk(55%, 13%, 0%, 24%)

Accessibility

WCAG contrast compliance

On White Background

2.70:1

AA AAA

On Black Background

7.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F9
100
#E5F2
200
#CFE6
300
#A9D3
400
#7DBC
500
#57A8
600
#3D8C
700
#306F
800
#224F
900
#1633
950
#0E20

Shades

Darker variations

1#449DB8
2#3D8CA4
3#357A8F
4#2D697B
5#265766
6#1E4652
7#17343D
8#0F2329
9#081114

Tints

Lighter variations

1#68B1C7
2#79BACD
3#8AC2D4
4#9ACBDA
5#ABD4E0
6#BCDCE6
7#CDE5EC
8#DDEEF3
9#EEF6F9

Tones

Muted variations

1#5DA6BC
2#62A3B6
3#67A0B1
4#6D9DAC
5#729AA7
6#7798A1
7#7C959C
8#829297
9#878F92

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F9
#F4F9FB
BackgroundsSubtle highlightsCard backgrounds
100
E5F2
#E5F2F5
Light backgroundsTable row hoverSkeleton loading
200
CFE6
#CFE6ED
Secondary backgroundsInput backgroundsDividers
300
A9D3
#A9D3DF
BordersInactive statesPlaceholder text
400
7DBC
#7DBCCF
Disabled statesSecondary iconsMuted text
500
57A8
#57A8C1
Primary brand colorCTAsActive elementsLinks
600
3D8C
#3D8CA4
Hover statesFocus ringsPrimary buttons hover
700
306F
#306F82
Active/pressed statesDark mode accentsSecondary text
800
224F
#224F5D
Text on light backgroundsHeadingsStrong borders
900
1633
#16333C
Primary textHigh emphasis contentDark headings
950
0E20
#0E2025
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F9FB;
  --steel-blue-100: #E5F2F5;
  --steel-blue-200: #CFE6ED;
  --steel-blue-300: #A9D3DF;
  --steel-blue-400: #7DBCCF;
  --steel-blue-500: #57A8C1;
  --steel-blue-600: #3D8CA4;
  --steel-blue-700: #306F82;
  --steel-blue-800: #224F5D;
  --steel-blue-900: #16333C;
  --steel-blue-950: #0E2025;
}
Generate More ShadesCreate PaletteConvert Color