Steel Blue

#59B4C0

Cyan

Color Codes

All color formats for development

HEX
#59B4C0
RGB
rgb(89, 180, 192)
HSL
hsl(187, 45%, 55%)
OKLCH
oklch(0.719 0.088 206.8)
CMYK
cmyk(54%, 6%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.41:1

AA AAA

On Black Background

8.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E5F3
200
#CFE9
300
#AAD9
400
#7EC5
500
#59B4
600
#3E97
700
#3178
800
#2356
900
#1637
950
#0E22

Shades

Darker variations

1#45AAB7
2#3E97A3
3#36848E
4#2E717A
5#275E66
6#1F4B51
7#17393D
8#0F2629
9#081314

Tints

Lighter variations

1#69BBC6
2#7AC3CD
3#8BCAD3
4#9BD2D9
5#ACD9DF
6#BCE1E6
7#CDE8EC
8#DEF0F2
9#EEF7F9

Tones

Muted variations

1#5EB0BB
2#63ACB6
3#68A8B0
4#6DA4AB
5#72A0A6
6#789CA1
7#7D989C
8#829497
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
CFE9
#CFE9ED
Secondary backgroundsInput backgroundsDividers
300
AAD9
#AAD9DF
BordersInactive statesPlaceholder text
400
7EC5
#7EC5CE
Disabled statesSecondary iconsMuted text
500
59B4
#59B4C0
Primary brand colorCTAsActive elementsLinks
600
3E97
#3E97A3
Hover statesFocus ringsPrimary buttons hover
700
3178
#317881
Active/pressed statesDark mode accentsSecondary text
800
2356
#23565C
Text on light backgroundsHeadingsStrong borders
900
1637
#16373B
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: #CFE9ED;
  --steel-blue-300: #AAD9DF;
  --steel-blue-400: #7EC5CE;
  --steel-blue-500: #59B4C0;
  --steel-blue-600: #3E97A3;
  --steel-blue-700: #317881;
  --steel-blue-800: #23565C;
  --steel-blue-900: #16373B;
  --steel-blue-950: #0E2225;
}
Generate More ShadesCreate PaletteConvert Color