Steel Blue

#59B0C0

Cyan

Color Codes

All color formats for development

HEX
#59B0C0
RGB
rgb(89, 176, 192)
HSL
hsl(189, 45%, 55%)
OKLCH
oklch(0.709 0.087 211.1)
CMYK
cmyk(54%, 8%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.50:1

AA AAA

On Black Background

8.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E5F3
200
#CFE8
300
#AAD7
400
#7EC2
500
#59B0
600
#3E94
700
#3175
800
#2354
900
#1636
950
#0E22

Shades

Darker variations

1#45A6B7
2#3E94A3
3#36818E
4#2E6F7A
5#275C66
6#1F4A51
7#17373D
8#0F2529
9#081214

Tints

Lighter variations

1#69B8C6
2#7AC0CD
3#8BC8D3
4#9BD0D9
5#ACD8DF
6#BCE0E6
7#CDE7EC
8#DEEFF2
9#EEF7F9

Tones

Muted variations

1#5EADBB
2#63A9B6
3#68A6B0
4#6DA2AB
5#729EA6
6#789BA1
7#7D979C
8#829397
9#879091

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E5F3
#E5F3F5
Light backgroundsTable row hoverSkeleton loading
200
CFE8
#CFE8ED
Secondary backgroundsInput backgroundsDividers
300
AAD7
#AAD7DF
BordersInactive statesPlaceholder text
400
7EC2
#7EC2CE
Disabled statesSecondary iconsMuted text
500
59B0
#59B0C0
Primary brand colorCTAsActive elementsLinks
600
3E94
#3E94A3
Hover statesFocus ringsPrimary buttons hover
700
3175
#317581
Active/pressed statesDark mode accentsSecondary text
800
2354
#23545C
Text on light backgroundsHeadingsStrong borders
900
1636
#16363B
Primary textHigh emphasis contentDark headings
950
0E22
#0E2225
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4FAFB;
  --steel-blue-100: #E5F3F5;
  --steel-blue-200: #CFE8ED;
  --steel-blue-300: #AAD7DF;
  --steel-blue-400: #7EC2CE;
  --steel-blue-500: #59B0C0;
  --steel-blue-600: #3E94A3;
  --steel-blue-700: #317581;
  --steel-blue-800: #23545C;
  --steel-blue-900: #16363B;
  --steel-blue-950: #0E2225;
}
Generate More ShadesCreate PaletteConvert Color