Steel Blue

#59B6C0

Cyan

Color Codes

All color formats for development

HEX
#59B6C0
RGB
rgb(89, 182, 192)
HSL
hsl(186, 45%, 55%)
OKLCH
oklch(0.724 0.089 204.8)
CMYK
cmyk(54%, 5%, 0%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.37:1

AA AAA

On Black Background

8.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E5F4
200
#CFEA
300
#AAD9
400
#7EC6
500
#59B6
600
#3E99
700
#3179
800
#2357
900
#1637
950
#0E23

Shades

Darker variations

1#45ACB7
2#3E99A3
3#36868E
4#2E727A
5#275F66
6#1F4C51
7#17393D
8#0F2629
9#081314

Tints

Lighter variations

1#69BDC6
2#7AC4CD
3#8BCCD3
4#9BD3D9
5#ACDADF
6#BCE2E6
7#CDE9EC
8#DEF0F2
9#EEF8F9

Tones

Muted variations

1#5EB1BB
2#63ADB6
3#68A9B0
4#6DA5AB
5#72A1A6
6#789DA1
7#7D999C
8#829597
9#879091

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
CFEA
#CFEAED
Secondary backgroundsInput backgroundsDividers
300
AAD9
#AAD9DF
BordersInactive statesPlaceholder text
400
7EC6
#7EC6CE
Disabled statesSecondary iconsMuted text
500
59B6
#59B6C0
Primary brand colorCTAsActive elementsLinks
600
3E99
#3E99A3
Hover statesFocus ringsPrimary buttons hover
700
3179
#317981
Active/pressed statesDark mode accentsSecondary text
800
2357
#23575C
Text on light backgroundsHeadingsStrong borders
900
1637
#16373B
Primary textHigh emphasis contentDark headings
950
0E23
#0E2325
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: #CFEAED;
  --steel-blue-300: #AAD9DF;
  --steel-blue-400: #7EC6CE;
  --steel-blue-500: #59B6C0;
  --steel-blue-600: #3E99A3;
  --steel-blue-700: #317981;
  --steel-blue-800: #23575C;
  --steel-blue-900: #16373B;
  --steel-blue-950: #0E2325;
}
Generate More ShadesCreate PaletteConvert Color