Steel Blue

#57BFC1

Cyan

Color Codes

All color formats for development

HEX
#57BFC1
RGB
rgb(87, 191, 193)
HSL
hsl(181, 46%, 55%)
OKLCH
oklch(0.745 0.096 197)
CMYK
cmyk(55%, 1%, 0%, 24%)

Accessibility

WCAG contrast compliance

On White Background

2.18:1

AA AAA

On Black Background

9.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FB
100
#E5F5
200
#CFED
300
#A9DE
400
#7DCD
500
#57BF
600
#3DA2
700
#3081
800
#225C
900
#163B
950
#0E25

Shades

Darker variations

1#44B6B8
2#3DA2A4
3#358E8F
4#2D7A7B
5#266566
6#1E5152
7#173D3D
8#0F2929
9#081414

Tints

Lighter variations

1#68C6C7
2#79CCCD
3#8AD2D4
4#9AD9DA
5#ABDFE0
6#BCE6E6
7#CDECEC
8#DDF2F3
9#EEF9F9

Tones

Muted variations

1#5DBABC
2#62B5B6
3#67B0B1
4#6DABAC
5#72A6A7
6#77A1A1
7#7C9C9C
8#829697
9#879192

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FB
#F4FBFB
BackgroundsSubtle highlightsCard backgrounds
100
E5F5
#E5F5F5
Light backgroundsTable row hoverSkeleton loading
200
CFED
#CFEDED
Secondary backgroundsInput backgroundsDividers
300
A9DE
#A9DEDF
BordersInactive statesPlaceholder text
400
7DCD
#7DCDCF
Disabled statesSecondary iconsMuted text
500
57BF
#57BFC1
Primary brand colorCTAsActive elementsLinks
600
3DA2
#3DA2A4
Hover statesFocus ringsPrimary buttons hover
700
3081
#308182
Active/pressed statesDark mode accentsSecondary text
800
225C
#225C5D
Text on light backgroundsHeadingsStrong borders
900
163B
#163B3C
Primary textHigh emphasis contentDark headings
950
0E25
#0E2525
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4FBFB;
  --steel-blue-100: #E5F5F5;
  --steel-blue-200: #CFEDED;
  --steel-blue-300: #A9DEDF;
  --steel-blue-400: #7DCDCF;
  --steel-blue-500: #57BFC1;
  --steel-blue-600: #3DA2A4;
  --steel-blue-700: #308182;
  --steel-blue-800: #225C5D;
  --steel-blue-900: #163B3C;
  --steel-blue-950: #0E2525;
}
Generate More ShadesCreate PaletteConvert Color